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": "03fa1643-94c3-477b-b117-e993a4dce5dd",
"DispatchLocationId": "4e5016dc-104c-4adf-a4f3-df4e7e3a2567",
"WarehouseId": "361ef339-0505-4e97-8d6f-5c933e2c4ce5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "449e5dad-b822-4212-9c09-41577eae3788",
"ActyId": "6e8e7766-bcd5-4cbd-8900-4f6cc6dff749",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0f2a6442-1b7a-4226-a06f-171ef67265e8"
}