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

Public Member Functions

 Index (Account.Index parent)
 
string Path (bool withParameter=false)
 
async Task< CompanyBusinessHoursGet (RestRequestConfig restRequestConfig=null)
 Returns the company business hours schedule. Business hours (and After hours - all the remaining time) schedules are commonly used for setting call handling rules - business-hours-rule and after-hours-rule correspondingly. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/business-hours Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadCompanyAnsweringRules More...
 
async Task< CompanyBusinessHoursPut (CompanyBusinessHoursUpdateRequest companyBusinessHoursUpdateRequest, RestRequestConfig restRequestConfig=null)
 Updates the company business hours schedule. HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/business-hours Rate Limit Group: Medium App Permission: EditExtensions User Permission: EditUserAnsweringRules More...
 

Public Attributes

Account.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Get()

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

Returns the company business hours schedule. Business hours (and After hours - all the remaining time) schedules are commonly used for setting call handling rules - business-hours-rule and after-hours-rule correspondingly. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/business-hours Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadCompanyAnsweringRules

◆ Put()

async Task<CompanyBusinessHours> RingCentral.Paths.Restapi.Account.BusinessHours.Index.Put ( CompanyBusinessHoursUpdateRequest  companyBusinessHoursUpdateRequest,
RestRequestConfig  restRequestConfig = null 
)
inline

Updates the company business hours schedule. HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/business-hours Rate Limit Group: Medium App Permission: EditExtensions User Permission: EditUserAnsweringRules


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