reportRemovedMeterDetails
Report details, readings and balances of meters removed during install.
Arguments
Input fields for removed meter details.
Returns
ReportRemovedMeterDetailsReport details, readings and balances of meters removed during install.
Possible Errors
Allowed Viewers
Required Permissions
Can submit prepay balancesQuery 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 ReportRemovedMeterDetails($input: ReportRemovedMeterDetailsInput!) {
reportRemovedMeterDetails(input: $input) {
result {
...ReportRemovedMeterDetailsOutputFragment
}
}
}
Variables
{
"input": ReportRemovedMeterDetailsInput
}
Response
{
"data": {
"reportRemovedMeterDetails": {
"result": ReportRemovedMeterDetailsOutput
}
}
}