GET api/Warehouse/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Warehouse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| WarehouseId | integer |
None. |
|
| Name | string |
None. |
|
| WarehouseTypeId | integer |
None. |
|
| StocktakingId | integer |
None. |
|
| SortColumns | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"WarehouseId": 1,
"Name": "sample string 2",
"WarehouseTypeId": 3,
"StocktakingId": 4,
"SortColumns": "sample string 5"
},
{
"Id": 1,
"WarehouseId": 1,
"Name": "sample string 2",
"WarehouseTypeId": 3,
"StocktakingId": 4,
"SortColumns": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfWarehouse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WTSInventur.Data.Models">
<Warehouse>
<Id>1</Id>
<Name>sample string 2</Name>
<SortColumns>sample string 5</SortColumns>
<StocktakingId>4</StocktakingId>
<WarehouseId>1</WarehouseId>
<WarehouseTypeId>3</WarehouseTypeId>
</Warehouse>
<Warehouse>
<Id>1</Id>
<Name>sample string 2</Name>
<SortColumns>sample string 5</SortColumns>
<StocktakingId>4</StocktakingId>
<WarehouseId>1</WarehouseId>
<WarehouseTypeId>3</WarehouseTypeId>
</Warehouse>
</ArrayOfWarehouse>