Class Index
java.lang.Object
com.ringcentral.paths.restapi.v2.accounts.devices.bulkadd.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(BulkAddDevicesRequest bulkAddDevicesRequest) Adds multiple BYOD (customer provided) devices to an account.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public BulkAddDevicesResponse post(BulkAddDevicesRequest bulkAddDevicesRequest) throws RestException, IOException Adds multiple BYOD (customer provided) devices to an account. HTTP Method: post Endpoint: /restapi/v2/accounts/{accountId}/devices/bulk-add Rate Limit Group: Heavy App Permission: EditAccounts User Permission: AddRemoveDevices- Throws:
RestException
IOException
-