Skip to main content

Arguments

icpNumber : String! required

The ICP number to get the standing data.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query meter point

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

query IcpStandingData($icpNumber: String!) { icpStandingData(icpNumber: $icpNumber) { amiFlag chargeableCapacity hhrFlag lossFactorCode network nhhFlag poc priceCategory unmeteredLoad } }

Variables

{ "icpNumber": "rather-bank-surface-drop-surface" }

Response

{ "data": { "icpStandingData": { "amiFlag": true, "chargeableCapacity": "1.0", "hhrFlag": true, "lossFactorCode": "vote-tough-however-travel-just", "network": "performance-maintain-deep-issue-move", "nhhFlag": true, "poc": "training-produce-everyone-her-nice", "priceCategory": "where-more-often-air-win", "unmeteredLoad": "drug-employee-common-chance-customer" } } }