Skip to main content

Fields

intervalEnd : DateTime! required

The exclusive end of this reading interval.

intervalStart : DateTime! required

The inclusive start of this reading interval.

isEstimated : Boolean! required

True if this reading was produced by the estimation engine rather than measured.

quality : String

The data quality of this reading (e.g. ACTUAL, ESTIMATE, CALCULATED).

value : Decimal! required

The consumption value for this interval.

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

{ "intervalEnd": "2009-10-09T22:23:17.895125+00:00", "intervalStart": "2001-11-10T17:29:19.946944+00:00", "isEstimated": true, "quality": "range-difficult-current-nothing-this", "value": "1.0" }