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": "c201ebba-e404-49c4-9240-81bb3f50d528",
"DispatchLocationId": "eeedf0db-215e-472e-aa7d-29b64943ab7b",
"WarehouseId": "c7085b2d-3976-499f-b299-609efa9901ce",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "617aa93a-7e53-49f7-8364-44edb921413f",
"ActyId": "a0e19d62-a399-4f23-ba18-11405e7a7f74",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "62ddeaa7-9343-4d68-af41-3ed40243a59c"
},
{
"Id": "c201ebba-e404-49c4-9240-81bb3f50d528",
"DispatchLocationId": "eeedf0db-215e-472e-aa7d-29b64943ab7b",
"WarehouseId": "c7085b2d-3976-499f-b299-609efa9901ce",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "617aa93a-7e53-49f7-8364-44edb921413f",
"ActyId": "a0e19d62-a399-4f23-ba18-11405e7a7f74",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "62ddeaa7-9343-4d68-af41-3ed40243a59c"
}
]