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": "b7c030a0-036d-40d7-9786-e36e5093204d",
"DispatchLocationId": "743304b6-732b-420d-a659-0472fd69c1a1",
"WarehouseId": "5e0d2078-c8f8-44c1-966f-3a08e224c294",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a056b979-95bf-4dd9-812d-f3df29e4375a",
"ActyId": "a574b15d-435c-4f55-be24-b5bf01b05d67",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5b4b8579-0672-4afb-951e-ff64805f08ba"
},
{
"Id": "b7c030a0-036d-40d7-9786-e36e5093204d",
"DispatchLocationId": "743304b6-732b-420d-a659-0472fd69c1a1",
"WarehouseId": "5e0d2078-c8f8-44c1-966f-3a08e224c294",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a056b979-95bf-4dd9-812d-f3df29e4375a",
"ActyId": "a574b15d-435c-4f55-be24-b5bf01b05d67",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5b4b8579-0672-4afb-951e-ff64805f08ba"
}
]