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": "1e32a0cb-84b5-4638-a956-e8a613779a09",
"DispatchLocationId": "a17a7332-9a56-442b-923d-2bb2b491fbe9",
"WarehouseId": "78bfb432-4506-4bef-bb18-5d253f044c51",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f9ab9862-3f18-46d8-9a05-da3b473e990d",
"ActyId": "83189bc5-4c58-40ab-9d4e-3da36e001529",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3c5ab541-ed52-4b0c-8988-1b5ad37ebd4a"
},
{
"Id": "1e32a0cb-84b5-4638-a956-e8a613779a09",
"DispatchLocationId": "a17a7332-9a56-442b-923d-2bb2b491fbe9",
"WarehouseId": "78bfb432-4506-4bef-bb18-5d253f044c51",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f9ab9862-3f18-46d8-9a05-da3b473e990d",
"ActyId": "83189bc5-4c58-40ab-9d4e-3da36e001529",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3c5ab541-ed52-4b0c-8988-1b5ad37ebd4a"
}
]