Skip to main content

Input fields

accountType : AccountTypeChoices default: DOMESTIC

The type of account.

affiliateSessionId : ID

The session ID of the affiliate.

audioRecordingId : UUID

The ID of the audio recording.

electricityQuotes : [ElectricityQuoteInput!]

List of electricity quotes to request.

energyLandscapeId : Int

Energy landscape ID if customer has used it.

gasQuotes : [GasQuoteInput!]

List of gas quotes to request.

includeServices : Boolean

Whether the customer is interested in being quoted for available services.

pmaxAnalysisToken : UUID

PMAX token if user come from an analysis.

propertyHeatingKind : HeatingKind

Heating kind in use in the property.

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

{ "accountType": "BUSINESS", "affiliateSessionId": "62491508", "audioRecordingId": "7b2cce17-958a-4855-a54e-1ad1f4cfd336", "electricityQuotes": ElectricityQuoteInput, "energyLandscapeId": 24050976, "gasQuotes": GasQuoteInput, "includeServices": true, "pmaxAnalysisToken": "72d837af-d08e-4562-a70f-268f21358ee6", "propertyHeatingKind": "ELECTRIC_HEATING" }