- Rates Request
- Rates Response
- Bill Request
- Bill Response
-
- Bills{...}
-
- HoursInBill
- Rate{...}
- BillTotals{...}
- EnergyTotals{...}
- PeriodBills[{...}]
- BillSavings Request
- BillSavings Response
Rate
Bills.Rate
Contains information on the electric rate used for the bill calculation, such as a description of the rate and the utility that offers the rate.
Id
Id is a unique identifier for a rate. This field matches the Id provided for Rate in the request.
Possible Values: A string UID matching the Rates method and matching the UID provided in the request, such as “ABC123”.
Description
A description of the electric rate used for the bill calculation.
Possible Values: A string matching the Rates method, such as “Residential Service”.
UtilityId
A unique identifier for the utility offering the electric rate.
Possible Values: A string UID matching the Rates method, such as “ABC123”.
UtilityDescription
A description for the utility offering the electric rate.
Possible Values: A string matching UtilityDescription from the Rates method, such as “Seattle City Light”.