ConfigurationArea
| Field | Description | Type | Examples |
|---|---|---|---|
| *id | Identifier of the area. | string | AbCd12ef34ghi56lmn78op |
| *name | Descriptive name of the area. | string | Veneto |
| *type | Area perimeter delimitation type. | string | locations_validated polygon point_radius |
| geometry_id | Identifier of the geometry: required when "type": "polygon". |
string | 1a2b3v4d5e6f7g8h9i0l1m2n3o4p5q6r7s8t9u0v1w1s2y3z41a2b3v4d5e67g8h |
| country | Identifier of the country: required when "type": "locations_validated". |
string | italy |
| state | Identifier of the state: may be set when "type": "locations_validated". |
string | veneto |
| county | Identifier of the county: may be set when "type": "locations_validated". |
string | venezia |
| city | Identifier of the city: may be set when "type": "locations_validated". |
string | portogruaro |
| latitude | Latitude of the circle center: required when "type": "point_radius". |
decimal | 43.770366014832014 |
| longitude | Longitude of the circle center: required when "type": "point_radius". |
decimal | 11.257818620617464 |
| radius | Circle radius length in km: required when "type": "point_radius". |
decimal | 40 |