You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All URIs are relative to *https://apitest.cybersource.com*
4
+
5
+
Method | HTTP request | Description
6
+
------------- | ------------- | -------------
7
+
[**postDeAssociateV3Terminal**](DeviceDeAssociationV3Api.md#postDeAssociateV3Terminal) | **POST** /dms/v3/devices/deassociate | De-associate a device from merchant to account or reseller and from account to reseller V3
De-associate a device from merchant to account or reseller and from account to reseller V3
15
+
16
+
A device will be de-associated from its current organization and moved up in the hierarchy. The device's new position will be determined by a specified destination, either an account or a portfolio. If no destination is provided, the device will default to the currently logged-in user.
List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request =Arrays.asList(newDeviceDeAssociateV3Request()); // List<DeviceDeAssociateV3Request> | deviceId that has to be de-associated to the destination organizationId.
27
+
try {
28
+
List<InlineResponse2005> result = apiInstance.postDeAssociateV3Terminal(deviceDeAssociateV3Request);
29
+
System.out.println(result);
30
+
} catch (ApiException e) {
31
+
System.err.println("Exception when calling DeviceDeAssociationV3Api#postDeAssociateV3Terminal");
**deviceDeAssociateV3Request** | [**List<DeviceDeAssociateV3Request>**](DeviceDeAssociateV3Request.md)| deviceId that has to be de-associated to the destination organizationId. |
Retrieve List of Devices for a given search query V3
15
+
16
+
Search for devices matching a given search query. The search query supports serialNumber, readerId, terminalId, status, statusChangeReason or organizationId Matching results are paginated.
0 commit comments