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": "ba4c841a-b663-4aa3-ace7-2ea3e16ffff6",
"DispatchLocationId": "907083c2-86bc-4cb1-8a3b-dfa84d868182",
"WarehouseId": "f9f6c02b-ac9e-4df5-8b88-98106044c7db",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "dedb6023-46c0-4da7-8b52-d3d7f24b925d",
"ActyId": "9d59d0c5-b44c-408c-a8e2-7991f3ba23bd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "72808ddc-2815-4488-a1d3-ba10f6f2c75e"
},
{
"Id": "ba4c841a-b663-4aa3-ace7-2ea3e16ffff6",
"DispatchLocationId": "907083c2-86bc-4cb1-8a3b-dfa84d868182",
"WarehouseId": "f9f6c02b-ac9e-4df5-8b88-98106044c7db",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "dedb6023-46c0-4da7-8b52-d3d7f24b925d",
"ActyId": "9d59d0c5-b44c-408c-a8e2-7991f3ba23bd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "72808ddc-2815-4488-a1d3-ba10f6f2c75e"
}
]