Skip to main content

Fields

estimatedByAlgorithm : String

The algorithm used for the estimation.

intervalEnd : DateTime! required

The end date of the reading interval.

intervalStart : DateTime! required

The start date of the reading interval.

isNewlyEstimated : Boolean! required

Denotes if the reading was estimated.

value : Decimal! required

The value of the 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

{ "estimatedByAlgorithm": "by-else-stock-huge-husband", "intervalEnd": "2004-08-27T01:10:29.556549+00:00", "intervalStart": "1983-03-20T05:22:14.944797+00:00", "isNewlyEstimated": true, "value": "1.0" }