ForwardingNumberInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of a forwarding/call flip phone number |
uri | str | ❌ | Canonical URI of a forwarding/call flip phone number |
phone_number | str | ❌ | Forwarding/Call flip phone number |
label | str | ❌ | Forwarding/Call flip number title |
features | List[ForwardingNumberInfoFeatures] | ❌ | Type of option this phone number is used for. Multiple values are accepted |
flip_number | str | ❌ | Number assigned to the call flip phone number, corresponds to the shortcut dial number |
device | CreateForwardingNumberDeviceInfo | ❌ | Forwarding device information. Applicable for 'PhoneLine' type only. Cannot be specified together with 'phoneNumber' parameter |
type_ | ForwardingNumberInfoType | ❌ | Forwarding phone number type |
extension | ForwardingNumberInfoExtension | ❌ | Extension information. Returned only if extension type is 'ExtensionApps' |
ForwardingNumberInfoFeatures
Properties
Name | Type | Required | Description |
---|---|---|---|
CALLFLIP | str | ✅ | "CallFlip" |
CALLFORWARDING | str | ✅ | "CallForwarding" |
ForwardingNumberInfoType
Forwarding phone number type
Properties
Name | Type | Required | Description |
---|---|---|---|
HOME | str | ✅ | "Home" |
MOBILE | str | ✅ | "Mobile" |
WORK | str | ✅ | "Work" |
PHONELINE | str | ✅ | "PhoneLine" |
OUTAGE | str | ✅ | "Outage" |
OTHER | str | ✅ | "Other" |
BUSINESSMOBILEPHONE | str | ✅ | "BusinessMobilePhone" |
EXTERNALCARRIER | str | ✅ | "ExternalCarrier" |
EXTENSIONAPPS | str | ✅ | "ExtensionApps" |
ForwardingNumberInfoExtension
Extension information. Returned only if extension type is 'ExtensionApps'
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of an extension |
extension_number | str | ❌ | Number of an extension |
name | str | ❌ | Extension name |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs