Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.2 KB

ExternalConnectionPhoneNumber.md

File metadata and controls

31 lines (19 loc) · 1.2 KB

ExternalConnectionPhoneNumber

Properties

Name Type Description Notes
ticketId UUID Uniquely identifies the resource. [optional]
telephoneNumber String Phone number in E164 format. [optional]
numberId String Phone number ID from the Telnyx API. [optional]
civicAddressId UUID Identifies the civic address assigned to the phone number. [optional]
locationId UUID Identifies the location assigned to the phone number. [optional]
displayedCountryCode String The iso country code that will be displayed to the user when they receive a call from this phone number. [optional]
acquiredCapabilities List<AcquiredCapabilitiesEnum> [optional]

Enum: List<AcquiredCapabilitiesEnum>

Name Value
FIRSTPARTYAPPASSIGNMENT "FirstPartyAppAssignment"
INBOUNDCALLING "InboundCalling"
OFFICE365 "Office365"
OUTBOUNDCALLING "OutboundCalling"
USERASSIGNMENT "UserAssignment"