RequestQuoteInput
Input fields
The type of account.
The session ID of the affiliate.
The ID of the audio recording.
List of electricity quotes to request.
Energy landscape ID if customer has used it.
List of gas quotes to request.
Whether the customer is interested in being quoted for available services.
PMAX token if user come from an analysis.
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"
}