fitCreateMeterReadings
Submit meter readings for any FIT installations associated with a particular account.
Arguments
Returns
FitCreateMeterReadingsSubmit meter readings for any FIT installations associated with a particular account.
Possible Errors
Allowed Viewers
Required Permissions
Can submit fit meter readingsQuery Complexity
1Examples
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.
mutation FitCreateMeterReadings($input: FitMeterReadingInput!) {
fitCreateMeterReadings(input: $input) {
readingsSubmitted
}
}
Variables
{
"input": FitMeterReadingInput
}
Response
{
"data": {
"fitCreateMeterReadings": {
"readingsSubmitted": true
}
}
}