EnrollmentMarketInput
Input fields
Wether the withdrawal period should be bypassed.
The market supply point identification number.
Customer industry consents for the supply point.
The journey type to initiate.
Data required for enrollment with product catalogue.
The id of the QuotedSupplyPoint created for the supply point.
The requested supply start date for the supply point.
Details of the security deposit to be created as part of enrollment.
Readings used for the switch.
Date of the readings used for the switch.
Wether estimated readings for the switch should be used.
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
{
"bypassWithdrawalPeriod": true,
"externalIdentifier": "81764645",
"industryConsents": IndustryConsentDataInput,
"journeyType": "COMMISSIONING",
"productCatalogData": ProductCatalogMarketEnrollmentInput,
"quotedSupplyPointId": "95429886",
"requestedSupplyStartDate": "1995-05-24",
"securityDeposit": SecurityDepositInput,
"switchReadings": SwitchReadingInputType,
"switchReadingsDate": "1998-05-21",
"useEstimatedSwitchReadings": true
}