DeuProductCatalogCharacteristicsInput
Input fields
Estimated annual consumption in kWh.
The market supply point identification number.
The meter serial number (MSN) for the energy meter in Germany.
The monthly payment amount to set for a regular payment schedule.
BDEW code of DNO supply point belongs to.
The BDEW code of the previous supplier.
The customer number with the previous supplier.
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 reason for registering with a new supplier.
The requested supply start date for the supply point.
List of supply point characteristics.
Example
{
"annualEstimatedConsumption": 89,
"externalIdentifier": "57639702",
"meterSerialNumber": "oil-order-catch-work-everybody",
"monthlyPaymentAmount": 73,
"networkOperatorBDEWCode": "husband-partner-do-account-more",
"previousSupplierBDEWCode": "may-power-just-rather-rule",
"previousSupplierCustomerNumber": "draw-manager-long-different-include",
"product": "night-trade-truth-every-position",
"productCharacteristicsList": CharacteristicValueInput,
"rateOverrides": RatesInputType,
"ratesAgreedAt": "1972-09-25T04:08:51.207485+00:00",
"registrationReason": "ALREADY_TERMINATED",
"requestedSupplyStartDate": "1974-01-21",
"supplyPointCharacteristicsList": CharacteristicValueInput
}