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": "cfe95e59-00d1-4792-bd55-6adc48188d84",
"DispatchLocationId": "af050e04-bb21-48ab-b894-6143b8098032",
"WarehouseId": "ca7ec35a-d083-47a4-8a0c-1e6a3e7af69c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f6251dbf-5ca5-49f0-ba9a-927012ce9ebc",
"ActyId": "9083f5ee-bbcd-46c8-b1bf-2fe923b5c0a9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "65c8ab66-2ede-4cac-a2b3-f754cfc71086"
},
{
"Id": "cfe95e59-00d1-4792-bd55-6adc48188d84",
"DispatchLocationId": "af050e04-bb21-48ab-b894-6143b8098032",
"WarehouseId": "ca7ec35a-d083-47a4-8a0c-1e6a3e7af69c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f6251dbf-5ca5-49f0-ba9a-927012ce9ebc",
"ActyId": "9083f5ee-bbcd-46c8-b1bf-2fe923b5c0a9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "65c8ab66-2ede-4cac-a2b3-f754cfc71086"
}
]