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.

hasMultipleSpins : Boolean

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

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": "rock-space-major-where-natural", "canSupply": true, "gridOperatorCode": "good-argue-brother-market-rather", "hasMultipleSpins": true, "id": 22520310, "postalArea": PostalArea, "quotedProducts": [QuotedElectricityProduct], "rejectionReasons": "INVALID_GRID_OPERATOR" }