Send feedback
claimDevice
Stay organized with collections
Save and categorize content based on your preferences.
Synchronous request to claim a single device for a specified customer.
Note: The ResellerService
class created by SamsungResellerServiceFactory
class doesn't support this API. Use claimDeviceAsync
instead.
Method signature
public ClaimDeviceResponse claimDevice ( ClaimDeviceRequest request ) throws CommonException ;
ClaimDeviceRequest
Property name
Value
Required
Description
claim
DeviceClaim
object
Yes
The device claim to be processed.
DeviceClaim
Property name
Value
Required
Description
deviceIdentifier
object(
DeviceIdentifier
)
Yes
Device identifier.
customer
CompanyReference
object
Yes
Company reference for the customer that the device is assigned to.
orderNumber
string
No
Order number.
vendorParams
map
No
Extra fields, vendor specified key-value pair.
ClaimDeviceResponse
Property name
Value
Description
deviceId
string
The device ID, prefixed with 'samsung/' or 'google/'.
Error behavior
If an error occurs, the library throws a CommonException
containing one of the
following error codes:
Error code
AUTHORIZATION_FAIL
DUPLICATE_DEVICES
INVALID_CUSTOMER_ID
INVALID_DEVICE_IMEI
INVALID_DEVICE_MEID
INVALID_DEVICE_SERIAL
INVALID_IDENTIFIER_SET
INVALID_MANUFACTURER
INVALID_MODEL
NOT_IMPLEMENTED
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-07 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-07 UTC."],[],[]]