Skip to main content

Input fields

electricityMeterPointsInput : [ElectricityMeterPointInput!]

A list of electricity meterpoints to create this quote for.

gasMeterPointsInput : [GasMeterPointInput!]

A list of gas meterpoints to create this quote for.

includeHiddenProducts : Boolean

Whether to include products that are marked as hidden. Defaults to false.

newAccountInput : NewAccountInput! required

Additional context about the future account which is required to create the quote.

productTags : [String!]

Only quote on products with these tags. If not provided, quote against all available products.

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": ElectricityMeterPointInput, "gasMeterPointsInput": GasMeterPointInput, "includeHiddenProducts": true, "newAccountInput": NewAccountInput, "productTags": "manager-hour-PM-himself-suddenly" }