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": "3020b928-c781-4872-8c60-5cd5dd4a587c",
"DispatchLocationId": "48b9971f-0bce-4697-852f-99942dc170eb",
"WarehouseId": "92021867-9689-493f-b241-6acdbadffa6b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d06d95b5-fa2c-4004-8cd2-547866afd787",
"ActyId": "8868ae23-5e1e-4323-994c-f3e7c2c58a89",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f33af644-aa26-4536-bfdb-1a15d76d41d9"
},
{
"Id": "3020b928-c781-4872-8c60-5cd5dd4a587c",
"DispatchLocationId": "48b9971f-0bce-4697-852f-99942dc170eb",
"WarehouseId": "92021867-9689-493f-b241-6acdbadffa6b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d06d95b5-fa2c-4004-8cd2-547866afd787",
"ActyId": "8868ae23-5e1e-4323-994c-f3e7c2c58a89",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f33af644-aa26-4536-bfdb-1a15d76d41d9"
}
]