Skip to main content

Arguments

accountNumber : String! required

The account number to get comparison data for.

propertyId : Int! required

The ID for the specific property to get comparison data for.

Allowed Viewers

Customer Partner User Third party

Query Complexity

6

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

query GetSpringElectricityComparison( $accountNumber: String!, $propertyId: Int! ) { getSpringElectricityComparison( accountNumber: $accountNumber, propertyId: $propertyId ) { absoluteReductionPercentage isReduction postPeakPercentage priorPeakPercentage relativeReductionPercentage } }

Variables

{ "accountNumber": "A-478D43B8", "propertyId": 90196914 }

Response

{ "data": { "getSpringElectricityComparison": { "absoluteReductionPercentage": 23.96, "isReduction": true, "postPeakPercentage": 221.87, "priorPeakPercentage": 35.63, "relativeReductionPercentage": 720.67 } } }