octocareUsageInfo
Returns the info required to request and display live usage information for the cared-for account meter: the meter device ID and 1st address line of the property.
Deprecation
The 'octocareUsageInfo' field is deprecated.The octocare feature is no longer supported.
- Marked as deprecated on 2026-04-22.
- Scheduled for removal on or after 2026-05-22.
Arguments
Cared-for account number.
Returns
OctocareUsageInfoPossible 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 OctocareUsageInfo($accountNumber: String!) {
octocareUsageInfo(accountNumber: $accountNumber) {
meterDeviceId
propertyAddressLine1
}
}
Variables
{
"accountNumber": "A-01A1E275"
}
Response
{
"data": {
"octocareUsageInfo": {
"meterDeviceId": "20050864",
"propertyAddressLine1": "recognize-travel-probably-life-newspaper"
}
}
}