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": "46632dcb-19a6-4399-b147-a675e5c1d315",
"DispatchLocationId": "c9fcf4b9-6c36-4aef-ae27-7de1757ee98f",
"WarehouseId": "b1e6da94-468d-4fab-85f2-64f0db975fba",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "8f9fe68d-9e60-4507-91fb-0b43a0937998",
"ActyId": "34c5b810-cb00-4b2e-8226-7aa3f0de3df6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "6d5c8ce3-78e9-4c78-9494-0fe242c52c73"
},
{
"Id": "46632dcb-19a6-4399-b147-a675e5c1d315",
"DispatchLocationId": "c9fcf4b9-6c36-4aef-ae27-7de1757ee98f",
"WarehouseId": "b1e6da94-468d-4fab-85f2-64f0db975fba",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "8f9fe68d-9e60-4507-91fb-0b43a0937998",
"ActyId": "34c5b810-cb00-4b2e-8226-7aa3f0de3df6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "6d5c8ce3-78e9-4c78-9494-0fe242c52c73"
}
]