Skip to main content

Fields

billableMonth : String! required

The month with which the monthly interval reading is associated.

costEstimate : Decimal! required

Estimated cost for amount of Electricity generated.

endAt : DateTime! required

End of Interval Period.

halfHourlyReadings : [ElectricityHalfHourReading!]! required

Fetch Half Hourly Readings associated with this interval reading. Will return an empty list if has_half_hourly_data_for_period is False.

hasHalfHourlyDataForPeriod : Boolean! required

Tracks whether there are Half Hourly Readings associated with this Interval.

periodLengthDays : Int! required

The interval period length, in days.

readingDate : Date

Date when the reading was taken.

startAt : DateTime! required

Start of Interval Period.

value : Decimal! required

Generated amount of Electricity during period, in kWh.

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

{ "billableMonth": "must-surface-law-how-full", "costEstimate": "1.0", "endAt": "1984-08-07T04:57:57.135533+00:00", "halfHourlyReadings": [ElectricityHalfHourReading], "hasHalfHourlyDataForPeriod": true, "periodLengthDays": 4, "readingDate": "2014-11-18", "startAt": "2022-10-12T14:32:15.759602+00:00", "value": "1.0" }