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": "bb1123ca-88bd-4c76-b67c-b4d6eb4cc51e",
"DispatchLocationId": "3c41a857-f32e-4cfa-b599-43aae817613f",
"WarehouseId": "d85a10c6-9089-452a-b8db-6161f255170d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "48539220-9651-4a5b-88b2-31f65ab9cd22",
"ActyId": "616aea76-c653-42b9-81e4-f3793c694279",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bb747c28-17fa-4531-938a-f52c6ded8316"
},
{
"Id": "bb1123ca-88bd-4c76-b67c-b4d6eb4cc51e",
"DispatchLocationId": "3c41a857-f32e-4cfa-b599-43aae817613f",
"WarehouseId": "d85a10c6-9089-452a-b8db-6161f255170d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "48539220-9651-4a5b-88b2-31f65ab9cd22",
"ActyId": "616aea76-c653-42b9-81e4-f3793c694279",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bb747c28-17fa-4531-938a-f52c6ded8316"
}
]