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": "54cd25a0-7fae-4c83-b582-a0f640ab443e",
"DispatchLocationId": "efb207f5-20de-4eda-a152-5147b01c33cc",
"WarehouseId": "170f2724-4c40-4056-8104-86f1227ffc35",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "af93a9e7-c9a9-4a13-a23a-3227775702f7",
"ActyId": "7c77dbf5-d66c-4767-be94-24925e0fa4f0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "79f52b13-d999-40cf-b143-e01a809cd55e"
}