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": "4d361769-7213-4405-82f2-364cf590e350",
"DispatchLocationId": "3395333a-da2f-4958-a5c0-6761df277cf9",
"WarehouseId": "6bf69bbe-ecb2-492c-8431-4ced677404ba",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "dbf76b97-17b6-4ddb-ab3e-ede07ec34334",
"ActyId": "3ce7a37a-3f73-4371-9d3f-4d2fb9828cb8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5e7983c3-111f-47e2-959f-a55a4fc47fc2"
}