POST api/CRM/CRMCompanyAssignSalesOwner
Request Information
URI Parameters
None.
Body Parameters
CompanyMasterInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CCP_ID | integer |
None. |
|
| CCP_COMP_NAME | string |
None. |
|
| CCP_STATUS | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| CCP_CP_ID | integer |
None. |
|
| CCP_CREATED_BY | integer |
None. |
|
| CCP_DELETED_BY | integer |
None. |
|
| CCP_ASSIGNED_BY | integer |
None. |
|
| CCP_LEAD_OWNR | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CCP_ID": 1,
"CCP_COMP_NAME": "sample string 1",
"CCP_STATUS": "sample string 2",
"START": 1,
"LENGTH": 1,
"CCP_CP_ID": 1,
"CCP_CREATED_BY": 1,
"CCP_DELETED_BY": 1,
"CCP_ASSIGNED_BY": 1,
"CCP_LEAD_OWNR": 1
}
application/xml, text/xml
Sample:
<CompanyMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CCP_ASSIGNED_BY>1</CCP_ASSIGNED_BY> <CCP_COMP_NAME>sample string 1</CCP_COMP_NAME> <CCP_CP_ID>1</CCP_CP_ID> <CCP_CREATED_BY>1</CCP_CREATED_BY> <CCP_DELETED_BY>1</CCP_DELETED_BY> <CCP_ID>1</CCP_ID> <CCP_LEAD_OWNR>1</CCP_LEAD_OWNR> <CCP_STATUS>sample string 2</CCP_STATUS> <LENGTH>1</LENGTH> <START>1</START> </CompanyMasterInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |