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