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": "68125f01-9b13-41b4-aced-c5cbcab6f18d",
"DispatchLocationId": "8614a9da-f3b2-4829-915e-d7811ad6869a",
"WarehouseId": "77ff64e1-a398-437d-a938-b3b0ea39f1cf",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f2e29714-dda4-4dd8-86f7-e42a3234a832",
"ActyId": "ee7d4024-cb5e-43ba-83ac-87fa32fdc0a0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e1166fe0-c926-485a-9eb0-3d947ce8207d"
},
{
"Id": "68125f01-9b13-41b4-aced-c5cbcab6f18d",
"DispatchLocationId": "8614a9da-f3b2-4829-915e-d7811ad6869a",
"WarehouseId": "77ff64e1-a398-437d-a938-b3b0ea39f1cf",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f2e29714-dda4-4dd8-86f7-e42a3234a832",
"ActyId": "ee7d4024-cb5e-43ba-83ac-87fa32fdc0a0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e1166fe0-c926-485a-9eb0-3d947ce8207d"
}
]