Skip to main content

Arguments

accountNumber : String! required

Account number.

propertyId : Int
            The property's id where the device will be registered to.
            Note: in future, eligibility checks will be dependent on the property id and
            it will be a required input.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access customer queries
OR Can view smartflex data

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 AccountIoEligibility( $accountNumber: String!, $propertyId: Int ) { accountIoEligibility( accountNumber: $accountNumber, propertyId: $propertyId ) { isEligibleForIo } }

Variables

{ "accountNumber": "A-D15F38E8", "propertyId": 55452681 }

Response

{ "data": { "accountIoEligibility": { "isEligibleForIo": true } } }