Skip to main content

Fields

canSupply : Boolean! required

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

hasMultipleSpins : Boolean

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

rejectionReasons : [CanSupplyRejectionType]! required

If we cannot supply a supply 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

{ "amperage": 73, "annualEstimatedUsage": "investment-high-style-heavy-its", "canSupply": true, "gridOperatorCode": "cut-your-teacher-local-common", "hasMultipleSpins": true, "id": 27861235, "kva": 29, "kw": 80, "postalArea": PostalArea, "quotedProducts": [QuotedElectricityProduct], "rejectionReasons": "INVALID_GRID_OPERATOR", "supplyPointDetails": SupplyPointDetailsRaw }