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": "58d659d4-1450-4b7d-9a56-fc0b8c877965",
"DispatchLocationId": "d8b2d8e6-8c7d-4045-8395-41de21c5843f",
"WarehouseId": "582ac2ac-fda2-4e24-81da-a3af3efb422e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7096b623-906c-4a2c-ae33-b23bc3e9a67e",
"ActyId": "b15ed588-de3f-4fe6-bb9c-822ec663e0d9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "267fbf6b-cdb3-43d3-b8bc-d3a16b7f0ba3"
},
{
"Id": "58d659d4-1450-4b7d-9a56-fc0b8c877965",
"DispatchLocationId": "d8b2d8e6-8c7d-4045-8395-41de21c5843f",
"WarehouseId": "582ac2ac-fda2-4e24-81da-a3af3efb422e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7096b623-906c-4a2c-ae33-b23bc3e9a67e",
"ActyId": "b15ed588-de3f-4fe6-bb9c-822ec663e0d9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "267fbf6b-cdb3-43d3-b8bc-d3a16b7f0ba3"
}
]