Yêu cầu không đồng bộ để huỷ xác nhận quyền sở hữu cho tối đa 100.000 thiết bị cho một hoặc nhiều khách hàng.
Các phương thức API không đồng bộ trả về kết quả trước khi quá trình xử lý hoàn tất. Các coroutine cũng giúp ứng dụng (hoặc công cụ) của bạn luôn phản hồi người dùng trong khi họ chờ một thao tác chạy trong thời gian dài hoàn tất. Ứng dụng của bạn phải gọi getOperation để kiểm tra trạng thái của thao tác theo định kỳ.
Các trường bổ sung, cặp khoá-giá trị do nhà cung cấp chỉ định. Lưu ý: Các yêu cầu từ lớp ResellerService do SamsungResellerServiceFactory tạo phải chỉ định customerId trong vendorParams.
[null,null,["Cập nhật lần gần đây nhất: 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."]]],[]]