[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-08 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"]]