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": "2581ed3d-4147-494f-8d5f-fffd79921b0a",
"DispatchLocationId": "788d8672-1c2b-423b-970b-e58ae7f22a1a",
"WarehouseId": "8a0fe291-b919-4566-afff-20c4c9fe892d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "aa96bfa1-19b0-4ee5-9cab-84984b0ff1eb",
"ActyId": "c88ec60c-5cd7-4bdd-82f2-0c724ce1c287",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "77d8f489-4282-40d1-8b00-f6b8e40ebdb5"
},
{
"Id": "2581ed3d-4147-494f-8d5f-fffd79921b0a",
"DispatchLocationId": "788d8672-1c2b-423b-970b-e58ae7f22a1a",
"WarehouseId": "8a0fe291-b919-4566-afff-20c4c9fe892d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "aa96bfa1-19b0-4ee5-9cab-84984b0ff1eb",
"ActyId": "c88ec60c-5cd7-4bdd-82f2-0c724ce1c287",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "77d8f489-4282-40d1-8b00-f6b8e40ebdb5"
}
]