ProductCatalogMarketEnrollmentInput
Input fields
Values to pass to the activation process.
Monthly payment amount.
Product characteristics for the selected product.
The code of the product to be selected for the new agreement.
Rates that will override a product's rates in a resulting agreement.
The datetime when the rates of the product were agreed. This is usually the datetime corresponding to when the quote/offer was generated.
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
}