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": "055a7fce-5d21-44fe-8058-f2f4a4b1f2a8",
"DispatchLocationId": "30cfffd7-6423-4ec7-a980-58852f37120d",
"WarehouseId": "1f12d07b-2794-4ab9-a959-c5803c95f1b1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "36252d64-87ca-4221-9055-8a400f79b3a5",
"ActyId": "140c7e3f-3a3e-4480-8de4-2576b7210610",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9d24e0c4-75bb-4dc6-a816-b23a8bdf6af8"
}