fetchElectricityGenerationPointDetails
Poll OCCTO using the Generation Point Identification Number.
Arguments
Returns
FetchElectricityGenerationPointDetailsPoll OCCTO using the Generation Point Identification Number.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-JP-4602: Quoted electricity supply points cannot be found.
- KT-JP-4603: OCCTO could not process the request.
- KT-JP-4606: GPIN does not exist on OCCTO.
- KT-JP-4607: An unexpected error occurred when trying to fetch GPIN details.
Allowed Viewers
Required Permissions
Can create accountsQuery Complexity
1Examples
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.
mutation FetchElectricityGenerationPointDetails($input: FetchElectricityGenerationPointDetailsInput!) {
fetchElectricityGenerationPointDetails(input: $input) {
quotedSupplyPoint {
...QuotedElectricityGenerationPointFragment
}
quoteRequest {
...QuoteFragment
}
}
}
Variables
{
"input": FetchElectricityGenerationPointDetailsInput
}
Response
{
"data": {
"fetchElectricityGenerationPointDetails": {
"quotedSupplyPoint": QuotedElectricityGenerationPoint,
"quoteRequest": Quote
}
}
}