GET api/Location/Warehouse/DispatchLocationId/{OwnerId}/{DispatchLocationId}
Get warehouse location list by dispatch location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId | globally unique identifier |
Required |
|
| DispatchLocationId | 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": "86b7030b-d015-4fb1-ad35-f9e5602f5b48",
"DispatchLocationId": "84235c5d-e52e-4327-a941-9f3545259dd7",
"WarehouseId": "91c84f6d-a2e8-4622-a9a4-16d9f4bea98f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4a6776c3-1c10-41e8-9e27-eb3a4e27f5e5",
"ActyId": "f2ad9492-134e-4591-845f-8eb50dd6b78b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "58d6ff58-752d-4dd3-8459-84989f1356c6"
},
{
"Id": "86b7030b-d015-4fb1-ad35-f9e5602f5b48",
"DispatchLocationId": "84235c5d-e52e-4327-a941-9f3545259dd7",
"WarehouseId": "91c84f6d-a2e8-4622-a9a4-16d9f4bea98f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4a6776c3-1c10-41e8-9e27-eb3a4e27f5e5",
"ActyId": "f2ad9492-134e-4591-845f-8eb50dd6b78b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "58d6ff58-752d-4dd3-8459-84989f1356c6"
}
]