קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
בקשה אסינכררונית לבטל את הבעלות על עד 100,000 מכשירים עבור לקוח אחד או יותר.
שיטות API אסינכררוניות מחזירות תוצאה לפני שהעיבוד מסתיים. הם גם עוזרים לאפליקציה (או לכלי) להגיב למשתמשים בזמן שהם ממתינים להשלמת פעולה ממושכת. האפליקציה צריכה לקרוא ל-getOperation כדי לבדוק את סטטוס הפעולה מדי פעם.
שדות נוספים, צמד מפתח/ערך שצוין על ידי הספק. הערה: בקשות מהכיתה ResellerService שנוצרו על ידי SamsungResellerServiceFactory חייבות לציין customerId ב-vendorParams.
[[["התוכן קל להבנה","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 (שעון UTC)."],[[["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"]]