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": "43adfe39-1ab9-469b-9484-4e3688d00bdb",
"DispatchLocationId": "8b572377-393a-4a4b-92bf-a7108ab11b68",
"WarehouseId": "a7d6fe8c-10c2-4647-a2bd-874e53d5e167",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b119aff6-a279-4cfd-b536-fb0ba81530f1",
"ActyId": "20a59db7-5fe8-48d8-8257-b044ff6e12cb",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f0bf1c76-f1de-42b6-8a5f-1cfde0dad863"
}