Class Index
java.lang.Object
com.ringcentral.paths.restapi.v2.accounts.deviceinventory.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete
(DeleteDeviceFromInventoryRequest deleteDeviceFromInventoryRequest) Deletes an existing unassigned (without digital line or phone number) device or multiple devices from the account inventory.path()
post
(AddDeviceToInventoryRequest addDeviceToInventoryRequest) Adds an existing phone (customer provided device - BYOD) as an unassigned device to the account inventory.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public AddDeviceToInventoryResponse post(AddDeviceToInventoryRequest addDeviceToInventoryRequest) throws RestException, IOException Adds an existing phone (customer provided device - BYOD) as an unassigned device to the account inventory. HTTP Method: post Endpoint: /restapi/v2/accounts/{accountId}/device-inventory Rate Limit Group: Heavy App Permission: EditAccounts- Throws:
RestException
IOException
-
delete
public DeleteDeviceFromInventoryResponse delete(DeleteDeviceFromInventoryRequest deleteDeviceFromInventoryRequest) throws RestException, IOException Deletes an existing unassigned (without digital line or phone number) device or multiple devices from the account inventory. It is possible to delete up to 10 devices per request.HTTP Method: delete Endpoint: /restapi/v2/accounts/{accountId}/device-inventory Rate Limit Group: Heavy App Permission: EditAccounts
- Throws:
RestException
IOException
-