Skip to main content

Fields

amperage : Int
annualEstimatedUsage : [String]! required
canSupply : Boolean! required

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

gridOperatorCode : String
hasMultipleSpins : Boolean

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

id : Int

ID of the quoted supply point.

kva : Int
kw : Int
postalArea : PostalArea
quotedProducts : [QuotedElectricityProduct]! required
rejectionReasons : [CanSupplyRejectionType]! required

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

supplyPointDetails : SupplyPointDetailsRaw
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

{ "amperage": 88, "annualEstimatedUsage": "scene-toward-should-page-close", "canSupply": true, "gridOperatorCode": "environmental-standard-feeling-share-how", "hasMultipleSpins": true, "id": 82438658, "kva": 34, "kw": 33, "postalArea": PostalArea, "quotedProducts": [QuotedElectricityProduct], "rejectionReasons": "INVALID_GRID_OPERATOR", "supplyPointDetails": SupplyPointDetailsRaw }