Skip to main content

Arguments

Returns

RenewAgreements

Renew agreements for an account (both electricity and gas).

Agreements are renewed from midnight of the invocation day for flexible tariffs and fixed tariffs ending in more than 90 days. For fixed tariffs ending in less than 90 days, follow-on agreements are created starting when the fixed agreements end.

Allowed Viewers

Customer Partner User Third party

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 RenewAgreements($input: RenewAgreementsInput) { renewAgreements(input: $input) { account { ...AccountTypeFragment } } }

Variables

{ "input": RenewAgreementsInput }

Response

{ "data": { "renewAgreements": { "account": AccountType } } }