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": "e4e83366-ae3d-4025-99b5-e98878ec8fcc",
"DispatchLocationId": "667c35a8-90dc-4dbf-ae3e-c099a74a235c",
"WarehouseId": "423d7c2d-3f86-4078-bac2-456f00f0411c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9b13ced8-a36c-4608-8ec4-07a8a762ed52",
"ActyId": "b16da5fb-0b3f-4ebe-8809-aff67987c5b8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "484d9283-e7ce-4ee6-824c-0f0d93aae406"
},
{
"Id": "e4e83366-ae3d-4025-99b5-e98878ec8fcc",
"DispatchLocationId": "667c35a8-90dc-4dbf-ae3e-c099a74a235c",
"WarehouseId": "423d7c2d-3f86-4078-bac2-456f00f0411c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9b13ced8-a36c-4608-8ec4-07a8a762ed52",
"ActyId": "b16da5fb-0b3f-4ebe-8809-aff67987c5b8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "484d9283-e7ce-4ee6-824c-0f0d93aae406"
}
]