Skip to main content

Fields

annualEstimatedGeneration : [String]

Annual estimated electricity generation.

canSupply : Boolean! required

Whether we can connect the generation point or not, according to our business logic.

gridOperatorCode : String

Grid operator code.

hasMultipleSpins : Boolean

Whether the property of the generation point has multiple generation points.

id : Int

ID of the quoted generation point.

postalArea : PostalArea

Postal area for the quote.

quotedProducts : [QuotedElectricityProduct]! required

Quoted products.

rejectionReasons : [CanSupplyRejectionType]! required

If we cannot connect a generation point, this list of rejection reasons will show what errors fired.

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

{ "annualEstimatedGeneration": "carry-those-there-camera-almost", "canSupply": true, "gridOperatorCode": "everything-event-account-certainly-strong", "hasMultipleSpins": true, "id": 18557639, "postalArea": PostalArea, "quotedProducts": [QuotedElectricityProduct], "rejectionReasons": "INVALID_GRID_OPERATOR" }