ReadingsInput
Input fields
The number of the account for which readings are submitted.
The ID of the meter for which readings are submitted.
The date of the reading.
A list of readings for the meter.
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
{
"accountNumber": "A-F5974888",
"meterId": "19456105",
"readingDate": "1974-09-20",
"readings": RegisterReadingInput
}