Skip to main content

Input fields

bypassWithdrawalPeriod : Boolean! required

Wether the withdrawal period should be bypassed.

externalIdentifier : String! required

The market supply point identification number.

industryConsents : IndustryConsentDataInput

Customer industry consents for the supply point.

journeyType : JourneyType! required

The journey type to initiate.

Data required for enrollment with product catalogue.

quotedSupplyPointId : ID

The id of the QuotedSupplyPoint created for the supply point.

requestedSupplyStartDate : Date

The requested supply start date for the supply point.

securityDeposit : SecurityDepositInput

Details of the security deposit to be created as part of enrollment.

switchReadings : SwitchReadingInputType

Readings used for the switch.

switchReadingsDate : Date

Date of the readings used for the switch.

useEstimatedSwitchReadings : Boolean

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 }