CreateForwardingNumberRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
flip_number | int | ❌ | Number assigned to the call flip phone number, corresponds to the shortcut dial number |
phone_number | str | ❌ | Forwarding/Call flip phone number |
label | str | ❌ | Forwarding/Call flip number title |
type_ | CreateForwardingNumberRequestType | ❌ | Forwarding/Call flip phone type. If specified, 'label' attribute value is ignored. The default value is 'Other' |
device | CreateForwardingNumberDeviceInfo | ❌ | Forwarding device information. Applicable for 'PhoneLine' type only. Cannot be specified together with 'phoneNumber' parameter |
CreateForwardingNumberRequestType
Forwarding/Call flip phone type. If specified, 'label' attribute value is ignored. The default value is 'Other'
Properties
Name | Type | Required | Description |
---|---|---|---|
PHONELINE | str | ✅ | "PhoneLine" |
HOME | str | ✅ | "Home" |
MOBILE | str | ✅ | "Mobile" |
WORK | str | ✅ | "Work" |
OTHER | str | ✅ | "Other" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs