GET api/Location/DispatchLocation/{OwnerId}
Get dipatchlocation location list
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId | 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": "ff3ff2a3-9276-4d42-a327-a4ea0b1b8aa3",
"DispatchLocationId": "47dc4953-b4f5-4f1a-9be1-c4a7a6f0d5c0",
"WarehouseId": "305d926e-bffe-456f-aab0-3f2396275461",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ad232d53-df22-4939-9126-bcf9cfbc23a8",
"ActyId": "50ff68ed-bff5-4ec6-adfa-19ea736cb99c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "30dab662-cde1-4ad4-a25f-f03672d88284"
},
{
"Id": "ff3ff2a3-9276-4d42-a327-a4ea0b1b8aa3",
"DispatchLocationId": "47dc4953-b4f5-4f1a-9be1-c4a7a6f0d5c0",
"WarehouseId": "305d926e-bffe-456f-aab0-3f2396275461",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ad232d53-df22-4939-9126-bcf9cfbc23a8",
"ActyId": "50ff68ed-bff5-4ec6-adfa-19ea736cb99c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "30dab662-cde1-4ad4-a25f-f03672d88284"
}
]