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": "6802420b-d231-42b7-9975-918709c73f07",
"DispatchLocationId": "f4fe5772-13ce-4f9a-8730-5db7d265516f",
"WarehouseId": "fe560e21-a6f4-4efe-bcab-60cb9e68882a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "60350ff8-c336-484a-9209-3ef751c8839f",
"ActyId": "5b036705-e3ec-491b-bf77-f77d97cbe1fb",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "eb054088-c3c7-4dfe-9945-5c8836d9b3c4"
},
{
"Id": "6802420b-d231-42b7-9975-918709c73f07",
"DispatchLocationId": "f4fe5772-13ce-4f9a-8730-5db7d265516f",
"WarehouseId": "fe560e21-a6f4-4efe-bcab-60cb9e68882a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "60350ff8-c336-484a-9209-3ef751c8839f",
"ActyId": "5b036705-e3ec-491b-bf77-f77d97cbe1fb",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "eb054088-c3c7-4dfe-9945-5c8836d9b3c4"
}
]