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": "28d16992-7941-49ee-8f8a-336e8b5afd83",
"DispatchLocationId": "7b2d1e63-2d13-43d7-94d2-477719c1fd3a",
"WarehouseId": "eaf624d7-d24e-417d-9059-5d56452688e1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fa4edd28-ecd1-40db-a08b-5fea60e38255",
"ActyId": "eb5b2c78-6ab1-41eb-8171-7f37e31b119f",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "8b24d725-8585-4b98-a1f7-4bb4dd67e39f"
},
{
"Id": "28d16992-7941-49ee-8f8a-336e8b5afd83",
"DispatchLocationId": "7b2d1e63-2d13-43d7-94d2-477719c1fd3a",
"WarehouseId": "eaf624d7-d24e-417d-9059-5d56452688e1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fa4edd28-ecd1-40db-a08b-5fea60e38255",
"ActyId": "eb5b2c78-6ab1-41eb-8171-7f37e31b119f",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "8b24d725-8585-4b98-a1f7-4bb4dd67e39f"
}
]