Skip to main content

Input fields

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.

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.

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

{ "monthlyPaymentAmount": 71, "product": "card-outside-body-drive-today", "productCharacteristicsList": CharacteristicValueInput, "ratesAgreedAt": "1985-07-13T19:46:27.196663+00:00", "supplyPointCharacteristicsList": CharacteristicValueInput }