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": "11a4fa35-d6c3-4f01-be99-67d026defb7f",
"DispatchLocationId": "120ff4ae-00fc-4071-8d89-7c99c93fdfc8",
"WarehouseId": "a546816d-8894-4976-960e-c0a6a75e4481",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "8d91c748-2a55-424a-be7c-e9d10f30a31a",
"ActyId": "aef9ff01-f63b-408c-bb9d-0426d237e76d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b7093d4b-b723-4ff1-80be-c41336ec73c9"
},
{
"Id": "11a4fa35-d6c3-4f01-be99-67d026defb7f",
"DispatchLocationId": "120ff4ae-00fc-4071-8d89-7c99c93fdfc8",
"WarehouseId": "a546816d-8894-4976-960e-c0a6a75e4481",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "8d91c748-2a55-424a-be7c-e9d10f30a31a",
"ActyId": "aef9ff01-f63b-408c-bb9d-0426d237e76d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b7093d4b-b723-4ff1-80be-c41336ec73c9"
}
]