Skip to main content

Input fields

day : Int

Daily electricity consumption.

isEstimate : Boolean

If the consumption values are estimated, set this to 'True'.

night : Int

Nightly electricity consumption.

offPeak : Int

Off peak hours electricity consumption.

standard : Int

Amount of electricity consumed.

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

{ "day": 19, "isEstimate": true, "night": 70, "offPeak": 93, "standard": 5 }