Name | Data Type | Description |
capacity_zone_id | Integer | … |
show_on_map | Boolean | Boolean for whether or not to show this node on the map (used by our UI) |
operator_id | Integer | Internal id for the operator that the price node belongs to |
latitude | Float | Latitude of the price node |
capacity | String | … |
zone_id | Integer | Internal id of the zone |
price_node_type_id | Integer | Internal id for the type of price node |
load_name | String | … |
utility_name | String | Name of the utility that the price node belongs to |
id | Integer | Internal id of the price node |
fuel_type | String | … |
cg_code | String | Internal code of the price node |
longitude | Float | Longitude of the price node |
owner | String | … |
asz_id | Integer | … |
address | String | Address of the price node |
original_codename | String | … |
is_location_valid | Integer | … |
zipcode | String | Zip code of the price node |
utility_eia_id | Integer | … |
hub_id | Integer | … |
is_location_approved | Integer | … |
cg_id | Integer | Internal id of the price node |
original_name | String | … |
is_approved | Integer | … |
has_prices | Boolean | Boolean for whether or not the price node has prices |
[
{
"capacity_zone_id": 32, ...
"show_on_map": true, Boolean for whether or not to show this node on the map (used by our UI)
"operator_id": 7, Internal id for the operator that the price node belongs to
"latitude": 29.424638, Latitude of the price node
"capacity": "", ...
"zone_id": 0, Internal id of the zone
"price_node_type_id": 4, Internal id for the type of price node
"load_name": "", ...
"utility_name": "", Name of the utility that the price node belongs to
"id": 111536, Internal id of the price node
"fuel_type": "NA", ...
"cg_code": "CG_020076_Z_ER", Internal code of the price node
"longitude": -98.49413, Longitude of the price node
"owner": "", ...
"asz_id": 0, ...
"address": "", Address of the price node
"original_codename": "LZ_CPS", ...
"is_location_valid": 0, ...
"zipcode": "78105", Zip code of the price node
"utility_eia_id": 0, ...
"hub_id": 0, ...
"is_location_approved": 1, ...
"cg_id": 20076, Internal id of the price node
"original_name": "CPS", ...
"is_approved": 1, ...
"has_prices": true Boolean for whether or not the price node has prices
},
...
]
rev 1.0 2023-02-13