Skip to main content

Arguments

input : ComputeEnergyLandscapeInput! required

Input fields for for checking the eligibility of meter points.

Returns

ComputeEnergyLandscape

Compute the energy landscape for a prm and/or a pce.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can process energy landscape

Query Complexity

1

Examples

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.

Query

mutation ComputeEnergyLandscape($input: ComputeEnergyLandscapeInput!) { computeEnergyLandscape(input: $input) { energyLandscapeId energyLandscapeResult } }

Variables

Response

{ "data": { "computeEnergyLandscape": { "energyLandscapeId": 12895505, "energyLandscapeResult": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType } } }