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": "b6947651-5afd-434b-939a-12320a3cf3a6",
"DispatchLocationId": "3ae4f747-d40e-4d76-b0a8-dd27411fb8e4",
"WarehouseId": "58a672d7-cb34-4d8b-974b-613fafe2e525",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "12c7441e-f924-4468-8063-8a5ca6abc944",
"ActyId": "fa11da55-1dab-4442-a6ab-2aa7dde62d3e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e07ffad5-40ad-421a-ba44-207069f6718e"
},
{
"Id": "b6947651-5afd-434b-939a-12320a3cf3a6",
"DispatchLocationId": "3ae4f747-d40e-4d76-b0a8-dd27411fb8e4",
"WarehouseId": "58a672d7-cb34-4d8b-974b-613fafe2e525",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "12c7441e-f924-4468-8063-8a5ca6abc944",
"ActyId": "fa11da55-1dab-4442-a6ab-2aa7dde62d3e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e07ffad5-40ad-421a-ba44-207069f6718e"
}
]