accountIoEligibility
Determines whether an account is eligible to register devices with SmartFlex.
Arguments
Returns
AccountIoEligibilityExamples
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 AccountIoEligibility(
$accountNumber: String!,
$propertyId: Int
) {
accountIoEligibility(
accountNumber: $accountNumber,
propertyId: $propertyId
) {
isEligibleForIo
}
}
Variables
{
"accountNumber": "A-A0C5236B",
"propertyId": 69889211
}
Response
{
"data": {
"accountIoEligibility": {
"isEligibleForIo": true
}
}
}