POST api/DepotMNR/GetDepotMNR
Request Information
URI Parameters
None.
Body Parameters
GetDepotMNRInuputs| Name | Description | Type | Additional information |
|---|---|---|---|
| CDH_CP_ID | integer |
None. |
|
| CDH_TRUCK_NUM | string |
None. |
|
| CDH_CON_NUM | string |
None. |
|
| CDH_GATEPASS_NUM | string |
None. |
|
| CDH_AR_ID | integer |
None. |
|
| CDH_STATUS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CDH_CP_ID": 1,
"CDH_TRUCK_NUM": "sample string 1",
"CDH_CON_NUM": "sample string 2",
"CDH_GATEPASS_NUM": "sample string 3",
"CDH_AR_ID": 1,
"CDH_STATUS": "sample string 4"
}
application/xml, text/xml
Sample:
<GetDepotMNRInuputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CDH_AR_ID>1</CDH_AR_ID> <CDH_CON_NUM>sample string 2</CDH_CON_NUM> <CDH_CP_ID>1</CDH_CP_ID> <CDH_GATEPASS_NUM>sample string 3</CDH_GATEPASS_NUM> <CDH_STATUS>sample string 4</CDH_STATUS> <CDH_TRUCK_NUM>sample string 1</CDH_TRUCK_NUM> </GetDepotMNRInuputs>
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. |