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": "41982be5-7dd6-4045-8dc5-6282b9e9186c",
"DispatchLocationId": "112ee2a1-86e4-492f-8039-9a7dfbfc444c",
"WarehouseId": "7d93b20a-fbbd-4d68-a119-0d26838aa7e0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a2a3ae61-a7e0-44f4-9d07-8ba7f777a989",
"ActyId": "f06ce0a7-5db7-447f-a43e-59308d8bcfa1",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c2d619d8-b26d-4576-8fbd-11f9f26c648b"
},
{
"Id": "41982be5-7dd6-4045-8dc5-6282b9e9186c",
"DispatchLocationId": "112ee2a1-86e4-492f-8039-9a7dfbfc444c",
"WarehouseId": "7d93b20a-fbbd-4d68-a119-0d26838aa7e0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a2a3ae61-a7e0-44f4-9d07-8ba7f777a989",
"ActyId": "f06ce0a7-5db7-447f-a43e-59308d8bcfa1",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c2d619d8-b26d-4576-8fbd-11f9f26c648b"
}
]