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": "13377428-919c-46e1-afb3-f9b0bd9bf162",
"DispatchLocationId": "4461609f-d0be-469d-8ece-d46eea8e189f",
"WarehouseId": "66052fba-2ca4-472b-810e-d4909392d345",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d4e9e9ae-e01d-43a2-bef9-b5834dca650f",
"ActyId": "4c1d3e21-3683-4533-87ab-5b56f2a77b56",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "47492d96-cbc7-4183-91a6-2e51349f91b7"
},
{
"Id": "13377428-919c-46e1-afb3-f9b0bd9bf162",
"DispatchLocationId": "4461609f-d0be-469d-8ece-d46eea8e189f",
"WarehouseId": "66052fba-2ca4-472b-810e-d4909392d345",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d4e9e9ae-e01d-43a2-bef9-b5834dca650f",
"ActyId": "4c1d3e21-3683-4533-87ab-5b56f2a77b56",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "47492d96-cbc7-4183-91a6-2e51349f91b7"
}
]