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": "4d984020-d9b4-4f8f-a291-6ee63cb64542",
"DispatchLocationId": "999eb5bd-226d-4fde-b8cb-726ed5deb8b9",
"WarehouseId": "96172ae8-78ad-4e08-ae87-0f5f6300afb6",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4cce67ae-8033-4d64-94bf-41ef3d62fbb3",
"ActyId": "20c0ef07-fd2f-4036-bac8-65487df3906d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f4234f7b-7422-45a1-b4c4-aa5dc53dd93b"
},
{
"Id": "4d984020-d9b4-4f8f-a291-6ee63cb64542",
"DispatchLocationId": "999eb5bd-226d-4fde-b8cb-726ed5deb8b9",
"WarehouseId": "96172ae8-78ad-4e08-ae87-0f5f6300afb6",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4cce67ae-8033-4d64-94bf-41ef3d62fbb3",
"ActyId": "20c0ef07-fd2f-4036-bac8-65487df3906d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f4234f7b-7422-45a1-b4c4-aa5dc53dd93b"
}
]