Skip to main content

Input fields

advancedParams : AdvancedParamsInput

Advanced parameters for meter point registration. Used for special cases and manual registrations.

externalIdentifier : String! required

The market supply point identification number.

importMpan : String

The import MPAN, used for export journeys where there is an associated import meter.

monthlyPaymentAmount : Int

The monthly payment amount to set for a regular payment schedule.

product : String! required

The code of the product to be enrolled.

productCharacteristicsList : [CharacteristicValueInput]

List of product characteristics for the selected product.

rateOverrides : [RatesInputType!]

Rates that will override a product's rates in a resulting agreement.

ratesAgreedAt : DateTime

The datetime when the rates of the product were agreed. This is usually the datetime corresponding to when the quote/offer was generated.

requestedSupplyStartDate : Date! required

The requested supply start date for the supply point.

supplyPointCharacteristicsList : [CharacteristicValueInput]

List of supply point characteristics.

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

{ "advancedParams": AdvancedParamsInput, "externalIdentifier": "78070345", "importMpan": "report-claim-behavior-player-every", "monthlyPaymentAmount": 39, "product": "decade-debate-though-especially-avoid", "productCharacteristicsList": CharacteristicValueInput, "rateOverrides": RatesInputType, "ratesAgreedAt": "2017-01-01T05:33:29.849006+00:00", "requestedSupplyStartDate": "1999-08-09", "supplyPointCharacteristicsList": CharacteristicValueInput }