Skip to main content

Input fields

accountNumber : String! required

Account number to create this quote for.

agreedFrom : DateTime

Explicit agreed from date for the quote. Overrides standard renewal start on switch. Only valid for businesses.

agreedTo : DateTime

Explicit agreed to date for the quote. Overrides the product term on switch. Only valid for businesses.

at : DateTime

Date at which the quote prices should be taken from. Defaults to today if not provided.

electricityMeterPointsInput : [ElectricityMeterPointProductsInput!]

A list of electricity meterpoints to create this quote for.

gasMeterPointsInput : [GasMeterPointProductsInput!]

A list of gas meterpoints to create this quote for.

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-B6855989", "agreedFrom": "1987-05-24T14:49:41.119138+00:00", "agreedTo": "2003-11-07T22:14:49.195635+00:00", "at": "1989-04-06T22:05:17.182211+00:00", "electricityMeterPointsInput": ElectricityMeterPointProductsInput, "gasMeterPointsInput": GasMeterPointProductsInput }