POST api/Master/GetWareHouseStorageList
Request Information
URI Parameters
None.
Body Parameters
GetWareHouseStorageInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| WSH_PKG_TYPE | integer |
None. |
|
| WSH_CAL_TYPE | string |
None. |
|
| WSH_CHG_ID | integer |
None. |
|
| WSH_AR_ID | integer |
None. |
|
| WSH_STATUS | string |
None. |
|
| WSH_CP_ID | integer |
None. |
|
| WSH_SEARCH | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WSH_PKG_TYPE": 1,
"WSH_CAL_TYPE": "sample string 1",
"WSH_CHG_ID": 1,
"WSH_AR_ID": 1,
"WSH_STATUS": "sample string 2",
"WSH_CP_ID": 1,
"WSH_SEARCH": "sample string 3"
}
application/xml, text/xml
Sample:
<GetWareHouseStorageInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <WSH_AR_ID>1</WSH_AR_ID> <WSH_CAL_TYPE>sample string 1</WSH_CAL_TYPE> <WSH_CHG_ID>1</WSH_CHG_ID> <WSH_CP_ID>1</WSH_CP_ID> <WSH_PKG_TYPE>1</WSH_PKG_TYPE> <WSH_SEARCH>sample string 3</WSH_SEARCH> <WSH_STATUS>sample string 2</WSH_STATUS> </GetWareHouseStorageInputs>
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. |