PhoneNumberInfoIntId
Phone number information
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | int | ❌ | Internal identifier of a phone number |
country | PhoneNumberCountryInfo | ❌ | Brief information on a phone number country |
extension | DeviceProvisioningExtensionInfo | ❌ | Information on the extension, to which the phone number is assigned. Returned only for the request of Account phone number list |
label | str | ❌ | Custom user-defined name of a phone number, if any |
location | str | ❌ | Location (City, State). Filled for local US numbers |
payment_type | PhoneNumberInfoIntIdPaymentType | ❌ | Payment type. 'External' is returned for forwarded numbers which are not terminated in the RingCentral phone system |
phone_number | str | ❌ | Phone number |
status | str | ❌ | Status of a phone number. If the value is 'Normal', the phone number is ready to be used. Otherwise, it is an external number not yet ported to RingCentral |
type_ | PhoneNumberInfoIntIdType | ❌ | Phone number type |
usage_type | PhoneNumberInfoIntIdUsageType | ❌ | Usage type of the phone number |
PhoneNumberInfoIntIdPaymentType
Payment type. 'External' is returned for forwarded numbers which are not terminated in the RingCentral phone system
Properties
Name | Type | Required | Description |
---|---|---|---|
EXTERNAL | str | ✅ | "External" |
LOCAL | str | ✅ | "Local" |
PhoneNumberInfoIntIdType
Phone number type
Properties
Name | Type | Required | Description |
---|---|---|---|
VOICEFAX | str | ✅ | "VoiceFax" |
FAXONLY | str | ✅ | "FaxOnly" |
VOICEONLY | str | ✅ | "VoiceOnly" |
PhoneNumberInfoIntIdUsageType
Usage type of the phone number
Properties
Name | Type | Required | Description |
---|---|---|---|
MAINCOMPANYNUMBER | str | ✅ | "MainCompanyNumber" |
ADDITIONALCOMPANYNUMBER | str | ✅ | "AdditionalCompanyNumber" |
COMPANYNUMBER | str | ✅ | "CompanyNumber" |
DIRECTNUMBER | str | ✅ | "DirectNumber" |
COMPANYFAXNUMBER | str | ✅ | "CompanyFaxNumber" |
FORWARDEDNUMBER | str | ✅ | "ForwardedNumber" |
FORWARDEDCOMPANYNUMBER | str | ✅ | "ForwardedCompanyNumber" |
CONTACTCENTERNUMBER | str | ✅ | "ContactCenterNumber" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs