POST api/Master/GetProductCategoryMasterList
Request Information
URI Parameters
None.
Body Parameters
GetProductCatMasterInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| PCM_CODE | string |
None. |
|
| PCM_NAME | string |
None. |
|
| PCM_CATEGORY | string |
None. |
|
| PCM_ID | integer |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PCM_CODE": "sample string 1",
"PCM_NAME": "sample string 2",
"PCM_CATEGORY": "sample string 3",
"PCM_ID": 1,
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<GetProductCatMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LENGTH>1</LENGTH> <PCM_CATEGORY>sample string 3</PCM_CATEGORY> <PCM_CODE>sample string 1</PCM_CODE> <PCM_ID>1</PCM_ID> <PCM_NAME>sample string 2</PCM_NAME> <START>1</START> </GetProductCatMasterInputs>
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. |