POST api/CRM/GetCRMContactMasterList

Request Information

URI Parameters

None.

Body Parameters

ContactMasterInput
NameDescriptionTypeAdditional information
CCM_ID

integer

None.

CCM_FIRST_NAME

string

None.

CCM_LAST_NAME

string

None.

CCM_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

CP_ID

integer

None.

CCM_DELETED_BY

integer

None.

CCM_CP_ID

integer

None.

CCM_CREATED_BY

integer

None.

CCM_ASSIGNED_BY

integer

None.

CCM_LEAD_OWNER

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CCM_ID": 1,
  "CCM_FIRST_NAME": "sample string 1",
  "CCM_LAST_NAME": "sample string 2",
  "CCM_STATUS": "sample string 3",
  "START": 1,
  "LENGTH": 1,
  "CP_ID": 1,
  "CCM_DELETED_BY": 1,
  "CCM_CP_ID": 1,
  "CCM_CREATED_BY": 1,
  "CCM_ASSIGNED_BY": 1,
  "CCM_LEAD_OWNER": 1
}

application/xml, text/xml

Sample:
<ContactMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CCM_ASSIGNED_BY>1</CCM_ASSIGNED_BY>
  <CCM_CP_ID>1</CCM_CP_ID>
  <CCM_CREATED_BY>1</CCM_CREATED_BY>
  <CCM_DELETED_BY>1</CCM_DELETED_BY>
  <CCM_FIRST_NAME>sample string 1</CCM_FIRST_NAME>
  <CCM_ID>1</CCM_ID>
  <CCM_LAST_NAME>sample string 2</CCM_LAST_NAME>
  <CCM_LEAD_OWNER>1</CCM_LEAD_OWNER>
  <CCM_STATUS>sample string 3</CCM_STATUS>
  <CP_ID>1</CP_ID>
  <LENGTH>1</LENGTH>
  <START>1</START>
</ContactMasterInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.