Skip to main content

Input fields

accountNumber : String! required
esiId : String

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.

fromDatetime : DateTime! required
toDatetime : DateTime! required
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

{ "accountNumber": "A-10FBEB6E", "esiId": "12447109", "fromDatetime": "1970-06-19T21:58:48.952348+00:00", "toDatetime": "2013-06-17T23:44:07.427416+00:00" }