POST api/CRM/GetCRMProductMasterList
Request Information
URI Parameters
None.
Body Parameters
ProductMasterInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CPM_ID | integer |
None. |
|
| CPM_CODE | string |
None. |
|
| CPM_NAME | string |
None. |
|
| CPM_STATUS | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| CPM_CP_ID | integer |
None. |
|
| CPM_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CPM_ID": 1,
"CPM_CODE": "sample string 1",
"CPM_NAME": "sample string 2",
"CPM_STATUS": "sample string 3",
"START": 1,
"LENGTH": 1,
"CPM_CP_ID": 1,
"CPM_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<ProductMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CPM_CODE>sample string 1</CPM_CODE> <CPM_CP_ID>1</CPM_CP_ID> <CPM_CREATED_BY>1</CPM_CREATED_BY> <CPM_ID>1</CPM_ID> <CPM_NAME>sample string 2</CPM_NAME> <CPM_STATUS>sample string 3</CPM_STATUS> <LENGTH>1</LENGTH> <START>1</START> </ProductMasterInput>
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. |