Skip to main content

Input fields

externalIdentifier : String! required

The market supply point identification number.

isNewConnection : Boolean

Whether this is a new connection.

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

{ "externalIdentifier": "11410111", "isNewConnection": true, "monthlyPaymentAmount": 38, "product": "risk-floor-hospital-huge-ask", "productCharacteristicsList": CharacteristicValueInput, "rateOverrides": RatesInputType, "ratesAgreedAt": "1987-12-16T20:07:57.634579+00:00", "requestedSupplyStartDate": "2004-01-13", "supplyPointCharacteristicsList": CharacteristicValueInput }