Skip to main content

Input fields

accountNumber : String! required

Account number.

changeOn : Date

The date the new agreement takes effect. This can be no more than 90 days in the future.

electricityAgreements : [AgreementRenewalProductInput]

A list of electricity agreements and the code of the product they will be renewed to.

A list of gas agreements and the code of the product they will be renewed to.

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.

Example

{ "accountNumber": "A-082AAB89", "changeOn": "1987-04-12", "electricityAgreements": AgreementRenewalProductInput, "gasAgreements": AgreementRenewalProductInput }