Skip to main content

Input fields

activationProcessCharacteristics : [ActivationProcessValueInput]

Values to pass to the activation process.

monthlyPaymentAmount : Int

Monthly payment amount.

productCharacteristics : [CharacteristicValueInput]

Product characteristics for the selected product.

productCode : String! required

The code of the product to be selected for the new agreement.

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.

supplyPointCharacteristics : [CharacteristicValueInput]

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

{ "activationProcessCharacteristics": ActivationProcessValueInput, "monthlyPaymentAmount": 26, "productCharacteristics": CharacteristicValueInput, "productCode": "imagine-discuss-among-drive-different", "rateOverrides": RatesInputType, "ratesAgreedAt": "2010-05-11T18:42:41.897010+00:00", "supplyPointCharacteristics": CharacteristicValueInput }