Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.a2psms.optouts.bulkassign.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(OptOutBulkAssignRequest optOutBulkAssignRequest) Adds multiple opt-outs and/or opt-ins for the specified sender number and a set of recipient numbers.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public OptOutBulkAssignResponse post(OptOutBulkAssignRequest optOutBulkAssignRequest) throws RestException, IOException Adds multiple opt-outs and/or opt-ins for the specified sender number and a set of recipient numbers.HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/a2p-sms/opt-outs/bulk-assign Rate Limit Group: Light App Permission: A2PSMS
- Throws:
RestException
IOException
-