تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
طلب غير متزامن لإلغاء المطالبة بما يصل إلى 100,000 جهاز لعميل واحد أو أكثر
تعرض طرق واجهة برمجة التطبيقات غير المتزامنة نتيجة قبل اكتمال المعالجة. وتساعد هذه الميزات
أيضًا تطبيقك (أو أداتك) في الحفاظ على استجابته للمستخدمين أثناء انتظارهم اكتمال عملية تستغرق وقتًا طويلاً. يجب أن يستدعي تطبيقك getOperation
للتحقّق من حالة العملية بشكل دوري.
حقول إضافية، يحدد المورّد زوج المفتاح/القيمة. ملاحظة: يجب أن تحدِّد الطلبات الواردة من فئة ResellerService التي أنشأها SamsungResellerServiceFactorycustomerId في vendorParams.
تاريخ التعديل الأخير: 2024-11-09 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2024-11-09 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This API provides an asynchronous method to unclaim up to 100,000 devices from one or more customers."],["The `unclaimDevicesAsync` method is used to initiate the unclaiming process, and it allows your application to remain responsive during long operations."],["The `ResellerService` only allows unclaiming for one customer per request and will fail with `INTERNAL_SERVER_ERROR` if multiple customer IDs are in a single request."],["The `UnclaimDevicesRequest` requires a list of `DeviceUnclaim` objects and may include vendor-specific parameters, while requests from the `SamsungResellerServiceFactory` must specify a `customerId`."],["The `getOperation` method can be used to check the status of the `UnclaimDevices` operation, which can return a list of error codes if an issue happens."]]],["The `unclaimDevicesAsync` method facilitates asynchronous unclaiming of up to 100,000 devices. It requires a list of `DeviceUnclaim` objects and optionally accepts `vendorParams`, which must contain a `customerId` for requests from `SamsungResellerServiceFactory`. The API returns an `UnclaimDevicesResponse` with a list of `Operation` instances to track the status, and users need to periodically use `getOperation` to check progress. The method can return the errors: `DEVICE_UPLOAD_COUNT_EXCEEDED`, `INTERNAL_SERVER_ERROR`, `INVALID_DEVICE_IMEI`, `INVALID_DEVICE_MEID`, `INVALID_DEVICE_SERIAL` and `INVALID_IDENTIFIER_SET`.\n"]]