GasProductCatalogMarketInput
GBR Gas enrollment market input for product catalog journeys.
Note: external_identifier (inherited from ProductCatalogCharacteristicsInput) should contain the MPRN.
Input fields
The market supply point identification number.
Whether this is a new connection.
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.
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.
The requested supply start date for the supply point.
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
}