updateSmartMeterDataPreferences
Update smart meter data preferences of an account. Includes updating reading frequency and readings analysis consent.
Arguments
Input fields for updating smart meter data preferences.
Returns
UpdateSmartMeterDataPreferencesUpdate smart meter data preferences of an account. Includes updating reading frequency and readings analysis consent.
Possible Errors
Allowed Viewers
Required Permissions
Can update smart meter data preferencesQuery 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 UpdateSmartMeterDataPreferences($input: UpdateSmartMeterDataPreferencesInput!) {
updateSmartMeterDataPreferences(input: $input) {
preferencesUpdated
smartMeterDataPreferences {
...SmartMeterDataPreferencesTypeFragment
}
}
}
Variables
{
"input": UpdateSmartMeterDataPreferencesInput
}
Response
{
"data": {
"updateSmartMeterDataPreferences": {
"preferencesUpdated": true,
"smartMeterDataPreferences": SmartMeterDataPreferencesType
}
}
}