QuotedElectricityGenerationPoint
DEPRECATED - A single quoted generation point for a customers quote request.
Fields
Annual estimated electricity generation.
Whether we can connect the generation point or not, according to our business logic.
Grid operator code.
Whether the property of the generation point has multiple generation points.
ID of the quoted generation point.
Postal area for the quote.
Quoted products.
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"
}