POST api/GRN/GetStowageMasterList
Request Information
URI Parameters
None.
Body Parameters
StowageMasterList| Name | Description | Type | Additional information |
|---|---|---|---|
| SM_ID | integer |
None. |
|
| SM_STOWAGE_NUM | string |
None. |
|
| GRN_ID | integer |
None. |
|
| CB | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| SM_STATUS | string |
None. |
|
| SM_CP_ID | integer |
None. |
|
| SM_REQUESTED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SM_ID": 1,
"SM_STOWAGE_NUM": "sample string 1",
"GRN_ID": 1,
"CB": "sample string 2",
"START": 1,
"LENGTH": 1,
"SM_STATUS": "sample string 3",
"SM_CP_ID": 1,
"SM_REQUESTED_BY": 1
}
application/xml, text/xml
Sample:
<StowageMasterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CB>sample string 2</CB> <GRN_ID>1</GRN_ID> <LENGTH>1</LENGTH> <SM_CP_ID>1</SM_CP_ID> <SM_ID>1</SM_ID> <SM_REQUESTED_BY>1</SM_REQUESTED_BY> <SM_STATUS>sample string 3</SM_STATUS> <SM_STOWAGE_NUM>sample string 1</SM_STOWAGE_NUM> <START>1</START> </StowageMasterList>
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. |