ElectricityProductCatalogMarketInput
GBR Electricity enrollment market input for product catalog journeys.
Note: external_identifier (inherited from ProductCatalogCharacteristicsInput) should contain the MPAN.
Input fields
Advanced parameters for meter point registration. Used for special cases and manual registrations.
The market supply point identification number.
The import MPAN, used for export journeys where there is an associated import meter.
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.
Example
{
"advancedParams": AdvancedParamsInput,
"externalIdentifier": "78070345",
"importMpan": "report-claim-behavior-player-every",
"monthlyPaymentAmount": 39,
"product": "decade-debate-though-especially-avoid",
"productCharacteristicsList": CharacteristicValueInput,
"rateOverrides": RatesInputType,
"ratesAgreedAt": "2017-01-01T05:33:29.849006+00:00",
"requestedSupplyStartDate": "1999-08-09",
"supplyPointCharacteristicsList": CharacteristicValueInput
}