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": "cc6b3823-8da0-4c09-8400-2756c11087cb",
"DispatchLocationId": "121d60b9-1ca8-413f-b544-ea44e4cdb769",
"WarehouseId": "73e43ad4-6e07-4714-82c0-e241a38eb6a0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "79f61921-17dd-45d8-9125-a99b584472b4",
"ActyId": "7cd96937-4b8d-4eef-83fb-45af6d58c49e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f73a2734-87da-4cad-bc33-ae0468007a94"
},
{
"Id": "cc6b3823-8da0-4c09-8400-2756c11087cb",
"DispatchLocationId": "121d60b9-1ca8-413f-b544-ea44e4cdb769",
"WarehouseId": "73e43ad4-6e07-4714-82c0-e241a38eb6a0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "79f61921-17dd-45d8-9125-a99b584472b4",
"ActyId": "7cd96937-4b8d-4eef-83fb-45af6d58c49e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f73a2734-87da-4cad-bc33-ae0468007a94"
}
]