Skip to main content

Returns

UpdateAccountSmartMeterInterest

Set stated interest in procuring a smart meter for an account.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access customer queries
OR Can book smart meter appointments
OR Can update smart meter interest

Query Complexity

1

Examples

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.

Query

mutation Smets2Interest($input: UpdateAccountSmartMeterInterestInput) { smets2Interest(input: $input) { interestUpdated smets2Interest smets2InterestSource smets2RefusalReason } }

Variables

Response

{ "data": { "smets2Interest": { "interestUpdated": true, "smets2Interest": "PRIORITY", "smets2InterestSource": "WEBSITE", "smets2RefusalReason": "SMETS2_INTEREST_REASON_DO_NOT_OWN_HOME" } } }