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