POST api/Helper/WAREHOUSE_GET_DEFAULT_WAREHOUSE
Request Information
URI Parameters
None.
Body Parameters
ZWarehouseGetDefaultWarehouseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShopID": 1
}
application/xml, text/xml
Sample:
<ZWarehouseGetDefaultWarehouseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity"> <ShopID>1</ShopID> </ZWarehouseGetDefaultWarehouseRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ZWarehouseGetDefaultWarehouseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Address | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Code": "sample string 2",
"Name": "sample string 3",
"Address": "sample string 4"
}
application/xml, text/xml
Sample:
<ZWarehouseGetDefaultWarehouseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity"> <Address>sample string 4</Address> <Code>sample string 2</Code> <ID>1</ID> <Name>sample string 3</Name> </ZWarehouseGetDefaultWarehouseResponse>