IntervalReadingOutput
Fields
Consumption in kWh.
Start of the reading period.
The unique identifier for a particular meter in the ERCOT market.
If an ESI ID is not given, Kraken will try to get the ESI ID from the latest active agreement on the account or raise an error if not found.
The observed price for this reading.
End of the reading period.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"consumption": "1.0",
"fromDatetime": "2002-06-01T23:30:28.037303+00:00",
"meterPointId": 36646601,
"price": "1.0",
"toDatetime": "1991-01-07T17:51:34.039490+00:00"
}