Skip to main content

Fields

canAddHeatpump : Boolean

Do we have the calculations needed for estimating heatpump for this account?

canAddSolar : Boolean

Do we have the calculations needed for estimating solar panels for this account?

currentBill : Float

The current bill of the account in pounds.

elecCarRate : Float

The assumed electricity rate for an electric vehicle.

enqScore : Int

The energy IQ score.

hasEv : Boolean

Does the calculation for the account include an electric vehicle?

hasHeatpump : Boolean

Does the calculation for the account include a heatpump?

hasSolar : Boolean

Does the calculation for the account include solar panels?

isCurrentRecord : Boolean

Is this estimation for the account what they actually have (heatpump, ev, solar).

newBill : Float

The new estimated bill for the account in pounds.

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

{ "canAddHeatpump": true, "canAddSolar": true, "currentBill": 388.95, "elecCarRate": 575.12, "enqScore": 59, "hasEv": true, "hasHeatpump": true, "hasSolar": true, "isCurrentRecord": true, "newBill": 31.99 }