Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Permintaan asinkron untuk membatalkan klaim hingga 100.000 perangkat untuk satu atau beberapa pelanggan.
Metode API asinkron menampilkan hasil sebelum pemrosesan selesai. Coroutine juga membantu aplikasi (atau alat) Anda tetap responsif bagi pengguna saat mereka menunggu operasi yang berjalan lama selesai. Aplikasi Anda harus memanggil
getOperation
untuk memeriksa status operasi secara berkala.
Kolom tambahan, pasangan nilai kunci yang ditentukan vendor. Catatan: Permintaan dari class ResellerService yang dibuat oleh SamsungResellerServiceFactory harus menentukan customerId di vendorParams.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]