thirdPartyCompleteDeviceRegistration
Complete the registration of a device if the contract is eligible and the device registration is valid.
Deprecation
The 'thirdPartyCompleteDeviceRegistration' field is deprecated.This functionality will no longer be available.
- Marked as deprecated on 2026-04-03.
- Scheduled for removal on or after 2026-10-03.
You can read more about this deprecation on:
https://announcements.kraken.tech/announcements/public/1020/
Arguments
Returns
ThirdPartyCompleteDeviceRegistrationComplete the registration of a device if the contract is eligible and the device registration is valid.
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.
mutation ThirdPartyCompleteDeviceRegistration($input: CompleteDeviceRegistrationInput) {
thirdPartyCompleteDeviceRegistration(input: $input) {
success {
...ThirdPartyCompleteDeviceRegistrationTypeFragment
}
}
}
Variables
{
"input": CompleteDeviceRegistrationInput
}
Response
{
"data": {
"thirdPartyCompleteDeviceRegistration": {
"success": ThirdPartyCompleteDeviceRegistrationType
}
}
}