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": "1c74802e-dff5-4c6c-b818-8b234af3451d",
"DispatchLocationId": "9d688d34-3341-4ff8-8f2f-44441f62ba04",
"WarehouseId": "ffe08270-9f08-454e-962b-26c478690177",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b53cf021-c0d6-405c-989f-6341e70887a2",
"ActyId": "f9e5b602-530e-432b-a0ef-1dc4448eb2ed",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "2c281bc5-8136-4729-85db-539153ff1164"
},
{
"Id": "1c74802e-dff5-4c6c-b818-8b234af3451d",
"DispatchLocationId": "9d688d34-3341-4ff8-8f2f-44441f62ba04",
"WarehouseId": "ffe08270-9f08-454e-962b-26c478690177",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b53cf021-c0d6-405c-989f-6341e70887a2",
"ActyId": "f9e5b602-530e-432b-a0ef-1dc4448eb2ed",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "2c281bc5-8136-4729-85db-539153ff1164"
}
]