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": "c4972786-de9c-454f-a9cf-fb9dfb7f870b",
"DispatchLocationId": "ffd4fb7b-fe93-4b98-b97e-dee699b83cc6",
"WarehouseId": "47e81b46-ac67-4571-b526-724b0ecd371c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a2116d0-6092-4b0f-8dd2-fa7f5e72a0fb",
"ActyId": "2906be44-61db-4c8c-93fa-f08e09742026",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "449c0e0c-8828-48a9-a929-06c832ac3b7d"
},
{
"Id": "c4972786-de9c-454f-a9cf-fb9dfb7f870b",
"DispatchLocationId": "ffd4fb7b-fe93-4b98-b97e-dee699b83cc6",
"WarehouseId": "47e81b46-ac67-4571-b526-724b0ecd371c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a2116d0-6092-4b0f-8dd2-fa7f5e72a0fb",
"ActyId": "2906be44-61db-4c8c-93fa-f08e09742026",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "449c0e0c-8828-48a9-a929-06c832ac3b7d"
}
]