urls
URLs for an account.
Arguments
The account number of the URLs' account.
Returns
UrlsPossible Errors
Allowed Viewers
Query Complexity
1Examples
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 Urls($accountNumber: String!) {
urls(accountNumber: $accountNumber) {
bookSmartMeterInstallation
}
}
Variables
{
"accountNumber": "A-75F66785"
}
Response
{
"data": {
"urls": {
"bookSmartMeterInstallation": "take-voice-light-on-ask"
}
}
}