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": "de5b1d60-7392-471c-b01f-e593bd06bff1",
"DispatchLocationId": "643d49a5-f42a-4b57-8399-0a234a7ce3d7",
"WarehouseId": "f93d55f5-789f-4728-9065-819cf40f0fd5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a48b9e41-97c3-43d8-b084-56d335ab45fd",
"ActyId": "fb57031c-c6c6-4ee5-988d-66d13b85296c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ebcce68a-5c31-47f3-ad37-c295cd9ba27e"
},
{
"Id": "de5b1d60-7392-471c-b01f-e593bd06bff1",
"DispatchLocationId": "643d49a5-f42a-4b57-8399-0a234a7ce3d7",
"WarehouseId": "f93d55f5-789f-4728-9065-819cf40f0fd5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a48b9e41-97c3-43d8-b084-56d335ab45fd",
"ActyId": "fb57031c-c6c6-4ee5-988d-66d13b85296c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ebcce68a-5c31-47f3-ad37-c295cd9ba27e"
}
]