POST api/Master/GetContainerMoves
Request Information
URI Parameters
None.
Body Parameters
GetContainerMoveInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| CM_ID | integer |
None. |
|
| CM_CODE | string |
None. |
|
| CM_DESC | string |
None. |
|
| CM_PREV_ID | integer |
None. |
|
| CM_STATUS | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| CP_ID | integer |
None. |
|
| CM_REQUESTED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CM_ID": 1,
"CM_CODE": "sample string 1",
"CM_DESC": "sample string 2",
"CM_PREV_ID": 1,
"CM_STATUS": "sample string 3",
"START": 1,
"LENGTH": 1,
"CP_ID": 1,
"CM_REQUESTED_BY": 1
}
application/xml, text/xml
Sample:
<GetContainerMoveInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CM_CODE>sample string 1</CM_CODE> <CM_DESC>sample string 2</CM_DESC> <CM_ID>1</CM_ID> <CM_PREV_ID>1</CM_PREV_ID> <CM_REQUESTED_BY>1</CM_REQUESTED_BY> <CM_STATUS>sample string 3</CM_STATUS> <CP_ID>1</CP_ID> <LENGTH>1</LENGTH> <START>1</START> </GetContainerMoveInputs>
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. |