GET api/Location/Warehouse/{OwnerId}
Get warehouse location list
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Location| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| WarehouseId | globally unique identifier |
None. |
|
| Number | string |
None. |
|
| Name | string |
None. |
|
| StoreNo | string |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| ActyId | globally unique identifier |
None. |
|
| ActyDescription | string |
None. |
|
| InCountingStockOrderId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "d08e0047-3d12-48ce-b8d4-bcde594418c0",
"DispatchLocationId": "cccd3b27-a168-4ce0-90c2-f4a5d9fccd86",
"WarehouseId": "b5a7c9f2-a716-4dd5-9e33-fe27e41059ad",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c20b44c7-b61e-4e88-b471-33a118ff57ab",
"ActyId": "f7cba0eb-5252-4bb7-a15e-09a4236ba041",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c4b27660-addc-46e5-b61a-66e14929e25c"
},
{
"Id": "d08e0047-3d12-48ce-b8d4-bcde594418c0",
"DispatchLocationId": "cccd3b27-a168-4ce0-90c2-f4a5d9fccd86",
"WarehouseId": "b5a7c9f2-a716-4dd5-9e33-fe27e41059ad",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c20b44c7-b61e-4e88-b471-33a118ff57ab",
"ActyId": "f7cba0eb-5252-4bb7-a15e-09a4236ba041",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c4b27660-addc-46e5-b61a-66e14929e25c"
}
]