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": "11b8c7ce-eaf8-4c60-af89-0f4776405613",
"DispatchLocationId": "bd0a85a6-e2fd-46db-80bd-8158bbd3b235",
"WarehouseId": "1350ca13-72ff-42c1-a9ff-2418afb83c11",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d4d7b783-0c50-4db0-ab20-8b70cd51edbc",
"ActyId": "7a2e6b85-091d-4949-86f9-afe1eeb795b9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "37fa7515-ac8a-4299-947e-b8627076a678"
},
{
"Id": "11b8c7ce-eaf8-4c60-af89-0f4776405613",
"DispatchLocationId": "bd0a85a6-e2fd-46db-80bd-8158bbd3b235",
"WarehouseId": "1350ca13-72ff-42c1-a9ff-2418afb83c11",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d4d7b783-0c50-4db0-ab20-8b70cd51edbc",
"ActyId": "7a2e6b85-091d-4949-86f9-afe1eeb795b9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "37fa7515-ac8a-4299-947e-b8627076a678"
}
]