UpdateTelephonyBindingRequest interface

The request to update an existing telephony binding. Every property is optional and the binding's provider is immutable.

Properties

connection_name

The replacement Foundry connection name. This property is valid only for a Teams Phone Extension binding; a Twilio binding's connection is immutable.

label

The replacement display label. Omit it to preserve the current value; use null to clear it.

phone_number

The replacement Teams Phone Extension display phone number. Omit it to preserve the current value; use null to clear it. This property is valid only for a Teams Phone Extension binding.

status

The new lifecycle status.

Property Details

connection_name

The replacement Foundry connection name. This property is valid only for a Teams Phone Extension binding; a Twilio binding's connection is immutable.

connection_name?: string

Property Value

string

label

The replacement display label. Omit it to preserve the current value; use null to clear it.

label?: string

Property Value

string

phone_number

The replacement Teams Phone Extension display phone number. Omit it to preserve the current value; use null to clear it. This property is valid only for a Teams Phone Extension binding.

phone_number?: string

Property Value

string

status

The new lifecycle status.

status?: TelephonyBindingStatus

Property Value