[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-11-09 UTC."],[[["This API allows a synchronous request to claim a single device for a specific customer, utilizing the `claimDevice` method."],["The `claimDevice` method requires a `ClaimDeviceRequest` object, which must include a `DeviceClaim` object containing the device identifier and customer details."],["The `DeviceClaim` object necessitates a `DeviceIdentifier` and a `CompanyReference` object, optionally accepting an order number and vendor-specific parameters."],["The `claimDevice` method returns a `ClaimDeviceResponse` containing the device ID, prefixed with either 'samsung/' or 'google/'."],["The API can throw a `CommonException` with various error codes, including `AUTHORIZATION_FAIL`, `DUPLICATE_DEVICES`, and several `INVALID_*` errors, indicating potential issues with the request."]]],["This describes the `claimDevice` method, which synchronously claims a single device for a customer. It requires a `DeviceClaim` object containing the `deviceIdentifier` and `customer` details. Optional fields include `orderNumber` and `vendorParams`. The method returns a `ClaimDeviceResponse` containing the `deviceId`. Errors are handled by a `CommonException` with codes like `AUTHORIZATION_FAIL`, `INVALID_CUSTOMER_ID`, and `DUPLICATE_DEVICES`. This API is not supported by the `ResellerService` class.\n"]]