Skip to main content

Input fields

accountNumber : String! required

The account number.

billingAddress : AddressInputType

The billing address.

billingAddressSameAsDeliveryAddress : Boolean

Whether the billing address is the same as the delivery address.

electricityIban : String

The IBAN for the electricity agreement.

electricityMeterNumber : String

The electricity meter number.

firstDayOfSupply : Date! required

The first day of supply for the new Property.

gasIban : String

The IBAN for the gas agreement.

gasMeterNumber : String

The gas meter number.

lastDayOfSupply : Date! required

The last day of supply for the previous property.

newSupplyAddress : AddressInputType! required

The new supply address.

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-414D5B26", "billingAddress": AddressInputType, "billingAddressSameAsDeliveryAddress": true, "electricityIban": "share-send-after-country-film", "electricityMeterNumber": "player-grow-her-skill-simple", "firstDayOfSupply": "2007-10-07", "gasIban": "he-table-out-stock-defense", "gasMeterNumber": "usually-body-job-religious-yard", "lastDayOfSupply": "2019-10-31", "newSupplyAddress": AddressInputType }