icpStandingData
Get standing data for an ICP.
Arguments
The ICP number to get the standing data.
Returns
ICPStandingDataTypeExamples
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 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"
}
}
}