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": "52b307d0-c3bf-4c60-9e2f-3ad7e931d7f6",
"DispatchLocationId": "67dd9e6d-e56b-43b7-b3f0-7aab3e15b31d",
"WarehouseId": "2280520e-59a2-4d03-9843-aacd4d78fa13",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "129b44dd-4c0e-4067-8482-2b0d486e43ac",
"ActyId": "89defd69-ccf3-4023-bca0-60f9b6e13694",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "461ac76a-ca5a-4864-9e07-b5e5fda88ecc"
},
{
"Id": "52b307d0-c3bf-4c60-9e2f-3ad7e931d7f6",
"DispatchLocationId": "67dd9e6d-e56b-43b7-b3f0-7aab3e15b31d",
"WarehouseId": "2280520e-59a2-4d03-9843-aacd4d78fa13",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "129b44dd-4c0e-4067-8482-2b0d486e43ac",
"ActyId": "89defd69-ccf3-4023-bca0-60f9b6e13694",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "461ac76a-ca5a-4864-9e07-b5e5fda88ecc"
}
]