Skip to main content

Fields

consumptionRateBand : String! required

The tariff's consumption product rate band that this reading falls into.

consumptionStep : Int! required

Placeholder for FED type check, will remove it soon.

costEstimate : Decimal! required

Estimated cost for amount of Electricity used.

endAt : DateTime! required

End of Interval Period - always 30mins later.

startAt : DateTime! required

Start of Interval Period.

value : Decimal! required

Consumed amount of Electricity during period, in kWh.

version : HalfHourlyReadingsVersions! required

The version of the half hourly reading.

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

{ "consumptionRateBand": "military-account-phone-whole-president", "consumptionStep": 26, "costEstimate": "1.0", "endAt": "2006-08-15T11:11:04.703072+00:00", "startAt": "1987-11-10T16:33:58.175730+00:00", "value": "1.0", "version": "DAILY" }