ProductEstimate
Returns estimated rates for a quoted product.
Fields
Annually estimated cost in cents.
Applicable rates for the product.
Estimated % of total load used during the day - peak hours.
The kWh usage used to calculate estimated rates.
A monthly estimated cost in cents.
Estimated % of total load used during the night - off-peak hours.
List of estimated timeslot usage for seasonal TOU products.
The period used for estimating a quote request.
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
{
"annualCostEstimate": "1.0",
"applicableRates": ConciseRatesOutput,
"dayPercentage": "1.0",
"kwhUsage": "1.0",
"monthlyCostEstimate": "1.0",
"nightPercentage": "1.0",
"timeslotEstimatedUsage": [TimeslotEstimatedUsage],
"usagePeriod": "MONTHLY"
}