Skip to main content

Input fields

Annual consumption values for this meter point. Must be provided if no MPAN is provided.

flatRate : Boolean

Should the meter point be quoted on a flat rate.

gspId : String

The grid supply point ID of this meter point.

meterType : MeterType

The meter type on this meter point. Must be provided if no MPAN is provided.

mpan : String

Must be provided if no custom consumption input is provided.

productsInput : [ElectricityProductInput!]! required

A list of products and optional product parameters to 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

{ "consumption": ElectricityConsumptionInput, "flatRate": true, "gspId": "15463827", "meterType": "STANDARD", "mpan": "model-bed-effort-big-say", "productsInput": ElectricityProductInput }