Skip to main content

Input fields

accountNumber : String! required

Unique identifier for the account.

esiId : String! required

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.

productId : String! required

Unique identifier for the selected product.

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-56813642", "esiId": "93739228", "productId": "69054488" }