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": "7e2795b9-a164-4805-87e7-a274886ee432",
"DispatchLocationId": "3032ce47-676b-418b-9b95-9ac7517ef114",
"WarehouseId": "3b012a4d-2049-45e8-9714-094d9bb2705f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a969273-da40-444a-9c1c-dede1d91de66",
"ActyId": "465eb637-ef25-4b2c-9327-a694332598bf",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "86ce9a04-9d98-4ce0-b370-99134e6a77a5"
},
{
"Id": "7e2795b9-a164-4805-87e7-a274886ee432",
"DispatchLocationId": "3032ce47-676b-418b-9b95-9ac7517ef114",
"WarehouseId": "3b012a4d-2049-45e8-9714-094d9bb2705f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a969273-da40-444a-9c1c-dede1d91de66",
"ActyId": "465eb637-ef25-4b2c-9327-a694332598bf",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "86ce9a04-9d98-4ce0-b370-99134e6a77a5"
}
]