{
"zipcode": "", Zip code matching the sent parameter
"city_name": "", City in which the zip code resides in
"state_code": "", State in which the zip code resides in
"latitude": , Latitude in which the zip code resides in
"longitude": -, Longitude in which the zip code resides in
"distributors": [ Collection of distributors for the specified zip code
{
"id": 1351, Internal id for the distributor
"name": "", Common name of the distributor
"operator_id": 7, Internal id for the operator
"tariffs": [ Collection of the distributor's tariffs
{
"consumption_id": 2, 1-Residential, 2-Commercial
"consumption_name": "", ...
"name": "", Common name for the tariff, provided by distributor
"id": 10235, Internal id for the tariff
"notes": "" The distributor's description of the tariff
},
]
}
]
}

rev 1.0 2023-01-20