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": "c0662002-333f-421a-bb25-94fbe8ab7024",
"DispatchLocationId": "e987e4ed-a164-4de9-bbb6-c00a6642c3a9",
"WarehouseId": "17a0c9e1-dd99-49c1-a379-5d5f87f0bf8e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "326baa71-ea5c-4f56-99e1-6f31eecc8c9c",
"ActyId": "64b9c351-7c25-4095-a0cb-c1067f0993a9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4c7ee21e-4e28-4269-b975-2109c4c89124"
},
{
"Id": "c0662002-333f-421a-bb25-94fbe8ab7024",
"DispatchLocationId": "e987e4ed-a164-4de9-bbb6-c00a6642c3a9",
"WarehouseId": "17a0c9e1-dd99-49c1-a379-5d5f87f0bf8e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "326baa71-ea5c-4f56-99e1-6f31eecc8c9c",
"ActyId": "64b9c351-7c25-4095-a0cb-c1067f0993a9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4c7ee21e-4e28-4269-b975-2109c4c89124"
}
]