Skip to main content

Arguments

accountNumber : String! required

Cared-for account number.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can view octocare onboarding info

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 OctocareOnboardingInfo($accountNumber: String!) { octocareOnboardingInfo(accountNumber: $accountNumber) { chfDeviceId propertyAddressLine1 propertyId } }

Variables

{ "accountNumber": "A-9DC6F8AB" }

Response

{ "data": { "octocareOnboardingInfo": { "chfDeviceId": "67950600", "propertyAddressLine1": "value-eat-especially-authority-run", "propertyId": "87731739" } } }