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

Information on the extension, to which the phone number is assigned. Returned only for the request of Account phone number list More...

Properties

long? id [get, set]
 Internal identifier of an extension Format: int64 More...
 
string uri [get, set]
 Canonical URI of an extension Format: uri More...
 
string extensionNumber [get, set]
 Extension short number More...
 
string partnerId [get, set]
 For Partner Applications Internal identifier of an extension created by partner. 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...
 
string type [get, set]
 Extension type. Please note that legacy 'Department' extension type corresponds to 'Call Queue' extensions in modern RingCentral product terminology Enum: User, FaxUser, VirtualUser, DigitalUser, Department, Announcement, Voicemail, SharedLinesGroup, PagingOnly, IvrMenu, ApplicationExtension, ParkLocation, Site More...
 
ContactCenterProvider contactCenterProvider [get, set]
 
string name [get, set]
 Extension name. For user extension types the value is a combination of the specified first name and last name More...
 

Detailed Description

Information on the extension, to which the phone number is assigned. Returned only for the request of Account phone number list

Property Documentation

◆ contactCenterProvider

ContactCenterProvider RingCentral.UserPhoneNumberExtensionInfo.contactCenterProvider
getset

◆ extensionNumber

string RingCentral.UserPhoneNumberExtensionInfo.extensionNumber
getset

Extension short number

◆ id

long? RingCentral.UserPhoneNumberExtensionInfo.id
getset

Internal identifier of an extension Format: int64

◆ name

string RingCentral.UserPhoneNumberExtensionInfo.name
getset

Extension name. For user extension types the value is a combination of the specified first name and last name

◆ partnerId

string RingCentral.UserPhoneNumberExtensionInfo.partnerId
getset

For Partner Applications Internal identifier of an extension created by partner. 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

◆ type

string RingCentral.UserPhoneNumberExtensionInfo.type
getset

Extension type. Please note that legacy 'Department' extension type corresponds to 'Call Queue' extensions in modern RingCentral product terminology Enum: User, FaxUser, VirtualUser, DigitalUser, Department, Announcement, Voicemail, SharedLinesGroup, PagingOnly, IvrMenu, ApplicationExtension, ParkLocation, Site

◆ uri

string RingCentral.UserPhoneNumberExtensionInfo.uri
getset

Canonical URI of an extension Format: uri


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