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": "6a553559-22ed-482f-9e47-66e95ca57395",
"DispatchLocationId": "e636da38-5280-4f09-92b0-ceb24d04521c",
"WarehouseId": "dbde8e4e-a78b-447d-ae52-5fab3c092315",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b48fee0d-11bf-489a-bfd8-98e9c2b5262c",
"ActyId": "8ec58000-ddbb-4482-8c12-a77eaa953d32",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ee42a81f-f31c-4c49-ac58-70a8cafb45ac"
},
{
"Id": "6a553559-22ed-482f-9e47-66e95ca57395",
"DispatchLocationId": "e636da38-5280-4f09-92b0-ceb24d04521c",
"WarehouseId": "dbde8e4e-a78b-447d-ae52-5fab3c092315",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b48fee0d-11bf-489a-bfd8-98e9c2b5262c",
"ActyId": "8ec58000-ddbb-4482-8c12-a77eaa953d32",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ee42a81f-f31c-4c49-ac58-70a8cafb45ac"
}
]