Operator Zone Schema

NameData TypeDescription
zipcodeStringZip code of the operator zone
zone_idIntegerInternal id of the operator zone
addressStringAddress of the zone
price_node_type_idIntegerInternal id for the type of price node
load_points_countIntegerNumber of load points for the operator zone
operator_idIntegerInternal id for the operator
original_nameString
original_codenameString
latitudeFloatLatitude of the operator zone
idInteger
longitudeFloatLongitude 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