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.
Arguments
Returns
RenewAgreementsRenew 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.
Possible Errors
Allowed Viewers
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 RenewAgreements($input: RenewAgreementsInput) {
renewAgreements(input: $input) {
account {
...AccountTypeFragment
}
}
}
Variables
{
"input": RenewAgreementsInput
}
Response
{
"data": {
"renewAgreements": {
"account": AccountType
}
}
}