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": "abf28df3-49dd-4795-8ac9-1c0aa2ad97b5",
"DispatchLocationId": "5157b6af-a13b-4cfa-a324-f14ec26ea00b",
"WarehouseId": "3265fe65-4a95-4212-9f88-fb53e5ad5262",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4e267ea4-3526-4785-87a8-fb80da4979cf",
"ActyId": "2ca1cb78-32df-40a0-8049-0bd2ea92243d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "05ef169a-ad06-44e9-b518-90307c54219f"
},
{
"Id": "abf28df3-49dd-4795-8ac9-1c0aa2ad97b5",
"DispatchLocationId": "5157b6af-a13b-4cfa-a324-f14ec26ea00b",
"WarehouseId": "3265fe65-4a95-4212-9f88-fb53e5ad5262",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4e267ea4-3526-4785-87a8-fb80da4979cf",
"ActyId": "2ca1cb78-32df-40a0-8049-0bd2ea92243d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "05ef169a-ad06-44e9-b518-90307c54219f"
}
]