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": "b180b6a9-4b04-47f1-8da1-f840fe5880f3",
"DispatchLocationId": "ea4071db-9354-42ff-92de-8cd844cee83b",
"WarehouseId": "824b4de4-44b6-4771-8034-691ef16e8fbd",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a94239c1-fdf5-4f8c-bb93-a136e3f64184",
"ActyId": "3308b556-dac9-4318-8773-1c20b7a95696",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "67f22ab3-7e49-4441-9f62-7101fb2a00e7"
},
{
"Id": "b180b6a9-4b04-47f1-8da1-f840fe5880f3",
"DispatchLocationId": "ea4071db-9354-42ff-92de-8cd844cee83b",
"WarehouseId": "824b4de4-44b6-4771-8034-691ef16e8fbd",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a94239c1-fdf5-4f8c-bb93-a136e3f64184",
"ActyId": "3308b556-dac9-4318-8773-1c20b7a95696",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "67f22ab3-7e49-4441-9f62-7101fb2a00e7"
}
]