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": "12ee3537-e7ab-47a4-9164-be68242ecd70",
"DispatchLocationId": "aaec49c5-72dd-4dda-9d7f-ccc48c6d0755",
"WarehouseId": "072d0d48-3ec7-4b45-a62a-984bf3d21499",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "cf8dd2d0-65c2-4e1d-8559-65c6ec9b940f",
"ActyId": "90fcb9db-3222-4f7b-9ea8-0ba0f27897e5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ecd80193-a732-4149-a838-0b72e9c81341"
},
{
"Id": "12ee3537-e7ab-47a4-9164-be68242ecd70",
"DispatchLocationId": "aaec49c5-72dd-4dda-9d7f-ccc48c6d0755",
"WarehouseId": "072d0d48-3ec7-4b45-a62a-984bf3d21499",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "cf8dd2d0-65c2-4e1d-8559-65c6ec9b940f",
"ActyId": "90fcb9db-3222-4f7b-9ea8-0ba0f27897e5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ecd80193-a732-4149-a838-0b72e9c81341"
}
]