CreateElectricityQuoteInput
Combine base quoting inputs with optional inputs that are only used by OEJP.
Input fields
Optional Affiliate Session ID for associating a quote with an affiliate session.
Amperage of meter.
Whether to estimate costs for the quote. Defaults to True if not provided.
Generation point params.
Code for grid operator.
Whether this is an enrollment quote or not.
The kVA of meter.
The expected kW capacity.
Extra params for tracking sales channel.
Area to be quoted.
Optional tags for filtering products by params.
The supply point identification number.
Product tags for filtering products by tags.
Electricity usage (kW) for 1 month.
Month where usage amount take from.
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
{
"affiliateSessionId": "80919838",
"amperage": "_10",
"estimateCosts": true,
"generationPointParams": GenerationPointParamsInput,
"gridOperatorCode": "food-buy-responsibility-go-much",
"isEnrollment": true,
"kva": 44,
"kw": "1.0",
"params": Param,
"postalArea": PostalAreaInput,
"productParams": "situation-raise-manage-positive-help",
"spin": "daughter-about-everyone-our-think",
"tags": "stop-memory-would-left-strong",
"usageAmount": 53,
"usageMonth": 96
}