GET api/Location/All/{ClientId}
Get all active locations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "d96feb4d-486b-470b-8e60-6b80fff4ec00",
"DispatchLocationId": "99367bf6-2e32-4f06-87c0-d9bf746fc968",
"WarehouseId": "9e752728-9db7-419a-9707-cb078fa5f222",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3cfb71d6-2232-46db-9742-e7ee5e2b8222",
"ActyId": "575d3b40-8ec5-4273-9b54-517037273eaa",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f0ab58f3-1983-4b36-8e82-67206fdd22ba"
}