Skip to main content

Input fields

electricityMeterPointsInput : [ElectricityMeterPointProductsInput!]

A list of electricity meterpoints to create this quote for.

gasMeterPointsInput : [GasMeterPointProductsInput!]

A list of gas meterpoints to create this quote for.

newAccountInput : NewAccountInput! required

Data for creating a new account.

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

{ "electricityMeterPointsInput": ElectricityMeterPointProductsInput, "gasMeterPointsInput": GasMeterPointProductsInput, "newAccountInput": NewAccountInput }