EstimatedSupplyPointReadingType
A single reading interval for a supply point, either actual or estimated.
Fields
The exclusive end of this reading interval.
The inclusive start of this reading interval.
True if this reading was produced by the estimation engine rather than measured.
The data quality of this reading (e.g. ACTUAL, ESTIMATE, CALCULATED).
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"
}