Asynchrone Anfrage,um für einen oder mehrere Kunden die Ansprüche auf bis zu 100.000 Geräte aufzuheben.
Asynchrone API-Methoden geben ein Ergebnis zurück, bevor die Verarbeitung abgeschlossen ist. Außerdem sorgen sie dafür, dass Ihre App (oder Ihr Tool) für Nutzer reaktionsschnell bleibt, während sie auf den Abschluss eines langwierigen Vorgangs warten. Ihre App sollte getOperation aufrufen, um den Status des Vorgangs regelmäßig zu prüfen.
Der Anspruch auf die Verarbeitung durch das Gerät wird zurückgezogen.
vendorParams
map
Nein
Zusätzliche Felder, vom Anbieter angegebenes Schlüssel/Wert-Paar. Hinweis: Anfragen der von SamsungResellerServiceFactory erstellten Klasse ResellerService müssen in vendorParams eine customerId angeben.
[null,null,["Zuletzt aktualisiert: 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."]]],[]]