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": "b0ac29e2-482e-4c98-ad8c-c017c5cc24b9",
"DispatchLocationId": "2de459af-c974-4b6b-8db4-d5b18a11acaa",
"WarehouseId": "4fdf2336-6aa0-49a9-8955-98c6b67d2584",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "25be966f-1389-4c21-b47f-dfc8423372fb",
"ActyId": "032e9e1c-1b2d-496f-8f77-f0af0e05d9e1",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "99219775-b82d-44da-8127-35ee5d3e14f4"
}