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": "3ef9c0bd-9965-4cf4-9371-4ab7abe48869",
"DispatchLocationId": "30d6efcc-666d-496e-a5e2-52b4d6d35976",
"WarehouseId": "63e8d4b9-93ae-4553-a564-b8f5b11586bd",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e08659e3-888a-4d53-aa88-cae4e85bd286",
"ActyId": "9e6726ca-0596-4d58-ba20-94a568cfa924",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "559211e6-0c8c-498a-b817-413d85a1fb75"
},
{
"Id": "3ef9c0bd-9965-4cf4-9371-4ab7abe48869",
"DispatchLocationId": "30d6efcc-666d-496e-a5e2-52b4d6d35976",
"WarehouseId": "63e8d4b9-93ae-4553-a564-b8f5b11586bd",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e08659e3-888a-4d53-aa88-cae4e85bd286",
"ActyId": "9e6726ca-0596-4d58-ba20-94a568cfa924",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "559211e6-0c8c-498a-b817-413d85a1fb75"
}
]