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": "8ea1ffb8-b0da-4ec8-9439-b7cefe96e770",
"DispatchLocationId": "30f89836-1899-4be7-b30e-43b99c556b76",
"WarehouseId": "95bfed6d-3a99-45f9-bdf9-d2c0a1ebc5e7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "05999ca8-e5dc-47a5-b693-a04128d6ecc0",
"ActyId": "b53740ee-f7aa-4f1a-b151-b1aa561f3dd9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f11da25a-11b5-4b90-b65a-f3c48a968be0"
},
{
"Id": "8ea1ffb8-b0da-4ec8-9439-b7cefe96e770",
"DispatchLocationId": "30f89836-1899-4be7-b30e-43b99c556b76",
"WarehouseId": "95bfed6d-3a99-45f9-bdf9-d2c0a1ebc5e7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "05999ca8-e5dc-47a5-b693-a04128d6ecc0",
"ActyId": "b53740ee-f7aa-4f1a-b151-b1aa561f3dd9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f11da25a-11b5-4b90-b65a-f3c48a968be0"
}
]