Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.forwardallcalls.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns information about *Forward All Company Calls* feature setting.patch
(ForwardAllCompanyCallsRequest forwardAllCompanyCallsRequest) Updates *Forward All Company Calls* feature setting.path()
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns information about *Forward All Company Calls* feature setting. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/forward-all-calls Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadCompanyAnsweringRules- Throws:
RestException
IOException
-
patch
public ForwardAllCompanyCallsInfo patch(ForwardAllCompanyCallsRequest forwardAllCompanyCallsRequest) throws RestException, IOException Updates *Forward All Company Calls* feature setting. HTTP Method: patch Endpoint: /restapi/{apiVersion}/account/{accountId}/forward-all-calls Rate Limit Group: Medium App Permission: EditAccounts User Permission: EditCompanyAnsweringRules- Throws:
RestException
IOException
-