computeEnergyLandscape
Compute the energy landscape for a prm and/or a pce.
Arguments
Input fields for for checking the eligibility of meter points.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-4719: No supply point found for identifier provided.
- KT-CT-7899: An internal error occurred.
- KT-FR-4915: The version is not supported or improperly configured.
- KT-FR-4916: The PRM and/or the PCE is needed to store the result.
- KT-FR-4917: A parameter is missing to compute the EAC. Please check the structure of the form.
- KT-FR-4918: The file containing the EAC has an error.
Allowed Viewers
Required Permissions
Can process energy landscapeQuery 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 ComputeEnergyLandscape($input: ComputeEnergyLandscapeInput!) {
computeEnergyLandscape(input: $input) {
energyLandscapeId
energyLandscapeResult
}
}
Variables
{
"input": ComputeEnergyLandscapeInput
}
Response
{
"data": {
"computeEnergyLandscape": {
"energyLandscapeId": 12895505,
"energyLandscapeResult": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType
}
}
}