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

Public Member Functions

 Index (Dictionary.Index parent, string stateId=null)
 
string Path (bool withParameter=true)
 
async Task< GetStateListResponseList (ListStatesParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 Returns all states of a certain country. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/state Rate Limit Group: Light More...
 
async Task< GetStateInfoResponseGet (RestRequestConfig restRequestConfig=null)
 Returns information on a specific state by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/state/{stateId} Rate Limit Group: Light More...
 

Public Attributes

Dictionary.Index parent
 
RestClient rc
 
string stateId
 

Member Function Documentation

◆ Get()

async Task<GetStateInfoResponse> RingCentral.Paths.Restapi.Dictionary.State.Index.Get ( RestRequestConfig  restRequestConfig = null)
inline

Returns information on a specific state by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/state/{stateId} Rate Limit Group: Light

◆ List()

async Task<GetStateListResponse> RingCentral.Paths.Restapi.Dictionary.State.Index.List ( ListStatesParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

Returns all states of a certain country. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/state Rate Limit Group: Light


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