| Name | Data Type | Description | 
| zipcode | String | Zip code of the operator zone | 
| zone_id | Integer | Internal id of the operator zone | 
| address | String | Address of the zone | 
| price_node_type_id | Integer | Internal id for the type of price node | 
| load_points_count | Integer | Number of load points for the operator zone | 
| operator_id | Integer | Internal id for the operator | 
| original_name | String | … | 
| original_codename | String | … | 
| latitude | Float | Latitude of the operator zone | 
| id | Integer | … | 
| longitude | Float | Longitude of the operator zone | 
[
  {
    "zipcode": "",               Zip code of the operator zone
    "zone_id": 0,                Internal id of the operator zone
    "address": "",               Address of the zone
    "price_node_type_id": 4,     Internal id for the type of price node
    "load_points_count": 7,      Number of load points for the operator zone
    "operator_id": 4,            Internal id for the operator
    "original_name": "",         ...
    "original_codename": "",     ...
    "latitude": 0,               Latitude of the operator zone
    "id": 111455,                ...
    "longitude": 0               Longitude of the operator zone
  },
  ...
]

rev 1.0 2023-02-13

