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": "d3bb834c-7be7-4a0a-b00e-d64466d2f030",
"DispatchLocationId": "094dd2b1-d1a9-4c02-a16e-13ffab8730c1",
"WarehouseId": "fed817d5-d1da-48a2-b0d8-8eed492551dc",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fb42d331-ea4c-46e9-b20c-7fa76ece6004",
"ActyId": "2df791cd-2f86-4535-b4ff-92cfd9bee8c1",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c65fb0e4-511e-4a83-b7df-920016b390ab"
},
{
"Id": "d3bb834c-7be7-4a0a-b00e-d64466d2f030",
"DispatchLocationId": "094dd2b1-d1a9-4c02-a16e-13ffab8730c1",
"WarehouseId": "fed817d5-d1da-48a2-b0d8-8eed492551dc",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fb42d331-ea4c-46e9-b20c-7fa76ece6004",
"ActyId": "2df791cd-2f86-4535-b4ff-92cfd9bee8c1",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c65fb0e4-511e-4a83-b7df-920016b390ab"
}
]