requestConsumptionData
Request an ad hoc read of the meters consumption data, which will arrive asynchronously
Arguments
Input fields for requesting consumption data.
Returns
RequestConsumptionDataRequest an ad hoc read of the meters consumption data, which will arrive asynchronously
Possible Errors
Allowed Viewers
Required Permissions
Can access customer queriesCan request consumption data
Query 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 RequestConsumptionData($input: RequestConsumptionDataInput!) {
requestConsumptionData(input: $input) {
requestReference
}
}
Variables
{
"input": RequestConsumptionDataInput
}
Response
{
"data": {
"requestConsumptionData": {
"requestReference": "collection-dinner-activity-current-turn"
}
}
}