{
"zipcode": "", Selected zip code
"city_name": "", Name of the city that the zip code is in
"state_code": "", State code that the city and zip code are in
"latitude": 29.573345, Latitude of the zip code
"longitude": -95.63213, Longitude of the zip code
"distributors": [ Collection of distributors for the selected zip code
{
"id": 1351, Internal id of the distributor
"name": "", Common name of the distributor
"operator_id": 7, Internal id of the operator that the distributor belongs to
"tariffs": [ Collection of tariffs that belong to the distributor
{
"consumption_id": 2, ...
"consumption_name": "", ...
"name": "", Common name of the tariff
"id": 10235, Internal id of the tariff
"notes": "" Notes about the tariff provided by the distributor
},
...
]
}
]
}

rev 1.0 2023-01-20