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

Public Member Functions

 Index (Account.Index parent)
 
string Path (bool withParameter=false)
 
async Task< AccountBusinessAddressResourceGet (RestRequestConfig restRequestConfig=null)
 Returns business address of a company. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/business-address Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadCompanyInfo More...
 
async Task< AccountBusinessAddressResourcePut (ModifyAccountBusinessAddressRequest modifyAccountBusinessAddressRequest, RestRequestConfig restRequestConfig=null)
 Updates the business address of a company that account is linked to. HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/business-address Rate Limit Group: Medium App Permission: EditAccounts User Permission: EditCompanyInfo More...
 

Public Attributes

Account.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Get()

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

Returns business address of a company. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/business-address Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadCompanyInfo

◆ Put()

async Task<AccountBusinessAddressResource> RingCentral.Paths.Restapi.Account.BusinessAddress.Index.Put ( ModifyAccountBusinessAddressRequest  modifyAccountBusinessAddressRequest,
RestRequestConfig  restRequestConfig = null 
)
inline

Updates the business address of a company that account is linked to. HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/business-address Rate Limit Group: Medium App Permission: EditAccounts User Permission: EditCompanyInfo


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