octocareOnboardingInfo
Returns the info required to start the onboarding process for a Mini in the cared-for account's property, by the cared.
Deprecation
The 'octocareOnboardingInfo' 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
OctocareOnboardingInfoExamples
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 OctocareOnboardingInfo($accountNumber: String!) {
octocareOnboardingInfo(accountNumber: $accountNumber) {
chfDeviceId
propertyAddressLine1
propertyId
}
}
Variables
{
"accountNumber": "A-D2489410"
}
Response
{
"data": {
"octocareOnboardingInfo": {
"chfDeviceId": "73750332",
"propertyAddressLine1": "consumer-ten-crime-source-everybody",
"propertyId": "40727710"
}
}
}