SimpleServicesProductCatalogInput
Input fields
The monthly payment amount to set for a regular payment schedule.
The code of the product to be enrolled.
List of product characteristics for the selected product.
The datetime when the rates of the product were agreed. This is usually the datetime corresponding to when the quote/offer was generated.
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
}