Skip to main content

Input fields

isBiennial : Boolean

Whether this is a biennial reading submission.

readAt : DateTime! required

The date and time when the meter was read.

value : Decimal! required

The meter reading value.

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

{ "isBiennial": true, "readAt": "2002-11-25T03:30:12.968225+00:00", "value": "1.0" }