طلب غير متزامن لإلغاء المطالبة بما يصل إلى 100,000 جهاز لعميل واحد أو أكثر
تعرض طرق واجهة برمجة التطبيقات غير المتزامنة نتيجة قبل اكتمال المعالجة. وتساعد هذه الميزات
أيضًا تطبيقك (أو أداتك) في الحفاظ على استجابته للمستخدمين أثناء انتظارهم اكتمال عملية تستغرق وقتًا طويلاً. يجب أن يستدعي تطبيقك getOperation
للتحقّق من حالة العملية بشكل دوري.
حقول إضافية، يحدد المورّد زوج المفتاح/القيمة. ملاحظة: يجب أن تحدِّد الطلبات الواردة من فئة ResellerService التي أنشأها SamsungResellerServiceFactorycustomerId في vendorParams.
تاريخ التعديل الأخير: 2024-11-09 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 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."]]],[]]