Locations
Endpoints for retrieving the list of locations.
GET /api/v1/Location/Simple
Returns a list of all active locations.
Parameters
This endpoint has no parameters.
Response
| Field | Type | Description |
|---|---|---|
IdLocation | uuid | Location identifier |
Name | string | Location name |
GET /api/v1/Location/Extended
Returns a list of locations with extended information.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
active | bool | no | Filter by location activity (true = active, false = inactive) |
Response
| Field | Type | Description |
|---|---|---|
IdLocation | uuid | Location identifier |
Name | string | Public location name |
NameInternal | string | Internal name |
RegNumber | string | Company registration number |
VatNumber | string | VAT number |
Phone | string | Location phone number |
Email | string | Location email address |
City | string | City |
Street | string | Street |
Post | string | Postal code |
Active | bool | Whether the location is active |