RingCentral .Net SDK
Public Member Functions | Public Attributes | List of all members
RingCentral.Paths.Restapi.Account.ForwardAllCalls.Index Class Reference
Collaboration diagram for RingCentral.Paths.Restapi.Account.ForwardAllCalls.Index:
Collaboration graph
[legend]

Public Member Functions

 Index (Account.Index parent)
 
string Path (bool withParameter=false)
 
async Task< ForwardAllCompanyCallsInfoGet (RestRequestConfig restRequestConfig=null)
 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 More...
 
async Task< ForwardAllCompanyCallsInfoPatch (ForwardAllCompanyCallsRequest forwardAllCompanyCallsRequest, RestRequestConfig restRequestConfig=null)
 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 More...
 

Public Attributes

Account.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Get()

async Task<ForwardAllCompanyCallsInfo> RingCentral.Paths.Restapi.Account.ForwardAllCalls.Index.Get ( RestRequestConfig  restRequestConfig = null)
inline

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

◆ Patch()

async Task<ForwardAllCompanyCallsInfo> RingCentral.Paths.Restapi.Account.ForwardAllCalls.Index.Patch ( ForwardAllCompanyCallsRequest  forwardAllCompanyCallsRequest,
RestRequestConfig  restRequestConfig = null 
)
inline

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


The documentation for this class was generated from the following file: