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": "fe0fd992-a8d9-4360-aa6b-8b793f3557ca",
"DispatchLocationId": "cc498ed6-ca91-4856-8d80-b4c0e7fba0d3",
"WarehouseId": "ea66514f-cb4c-4dbe-8df9-8eaecd4e0ecb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1c169959-1c7c-427e-ba50-2c96587b6659",
"ActyId": "5f33bcf5-7841-413e-b1ed-f920819f44a9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "134d5964-d810-4b75-a9bc-3cbda00965a3"
},
{
"Id": "fe0fd992-a8d9-4360-aa6b-8b793f3557ca",
"DispatchLocationId": "cc498ed6-ca91-4856-8d80-b4c0e7fba0d3",
"WarehouseId": "ea66514f-cb4c-4dbe-8df9-8eaecd4e0ecb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1c169959-1c7c-427e-ba50-2c96587b6659",
"ActyId": "5f33bcf5-7841-413e-b1ed-f920819f44a9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "134d5964-d810-4b75-a9bc-3cbda00965a3"
}
]