RingCentral .Net SDK
Properties | List of all members
RingCentral.AccountOperatorInfo Class Reference

Operator extension information. This extension will receive all calls and messages addressed to an operator. More...

Properties

string uri [get, set]
 Link to an operator extension resource Format: uri More...
 
long? id [get, set]
 Internal identifier of an operator extension Format: int64 More...
 
string extensionNumber [get, set]
 Number of an operator extension More...
 
string partnerId [get, set]
 Internal identifier of an extension created by partner. Supported for Partner Applications. The RingCentral supports the mapping of accounts and stores the corresponding account ID/extension ID for each partner ID of a client application. In request URIs partner IDs are accepted instead of regular RingCentral native IDs as path parameters using pid=XXX clause. Though in response URIs contain the corresponding account IDs and extension IDs. In all request and response bodies these values are reflected via partnerId attributes of account and extension More...
 

Detailed Description

Operator extension information. This extension will receive all calls and messages addressed to an operator.

Property Documentation

◆ extensionNumber

string RingCentral.AccountOperatorInfo.extensionNumber
getset

Number of an operator extension

◆ id

long? RingCentral.AccountOperatorInfo.id
getset

Internal identifier of an operator extension Format: int64

◆ partnerId

string RingCentral.AccountOperatorInfo.partnerId
getset

Internal identifier of an extension created by partner. Supported for Partner Applications. The RingCentral supports the mapping of accounts and stores the corresponding account ID/extension ID for each partner ID of a client application. In request URIs partner IDs are accepted instead of regular RingCentral native IDs as path parameters using pid=XXX clause. Though in response URIs contain the corresponding account IDs and extension IDs. In all request and response bodies these values are reflected via partnerId attributes of account and extension

◆ uri

string RingCentral.AccountOperatorInfo.uri
getset

Link to an operator extension resource Format: uri


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