Skip to main content

Input fields

affiliateSessionId : String

Optional Affiliate Session ID for associating a quote with an affiliate session.

amperage : Amperage

Amperage of meter.

estimateCosts : Boolean

Whether to estimate costs for the quote. Defaults to True if not provided.

generationPointParams : GenerationPointParamsInput

Generation point params.

gridOperatorCode : String

Code for grid operator.

isEnrollment : Boolean

Whether this is an enrollment quote or not.

kva : Int

The kVA of meter.

kw : Decimal

The expected kW capacity.

params : Param

Extra params for tracking sales channel.

postalArea : PostalAreaInput! required

Area to be quoted.

productParams : [String]

Optional tags for filtering products by params.

spin : String

The supply point identification number.

tags : [String]

Product tags for filtering products by tags.

usageAmount : Int

Electricity usage (kW) for 1 month.

usageMonth : Int

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 }