Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.03 KB

PortingPhoneNumber.md

File metadata and controls

60 lines (40 loc) · 2.03 KB

PortingPhoneNumber

Properties

Name Type Description Notes
portingOrderStatus PortingOrderStatusEnum The current status of the porting order [optional]
phoneNumberType PhoneNumberTypeEnum The type of the phone number [optional]
phoneNumber String E164 formatted phone number [optional]
portingOrderId UUID Identifies the associated port request [optional]
supportKey String A key to reference this porting order when contacting Telnyx customer support [optional]
activationStatus PortingOrderActivationStatus [optional]
portabilityStatus PortabilityStatus [optional]
requirementsStatus RequirementsStatusEnum The current status of the requirements in a INTL porting order [optional]
recordType String Identifies the type of the resource. [optional] [readonly]

Enum: PortingOrderStatusEnum

Name Value
DRAFT "draft"
IN_PROCESS "in-process"
SUBMITTED "submitted"
EXCEPTION "exception"
FOC_DATE_CONFIRMED "foc-date-confirmed"
CANCEL_PENDING "cancel-pending"
PORTED "ported"
CANCELLED "cancelled"

Enum: PhoneNumberTypeEnum

Name Value
LANDLINE "landline"
LOCAL "local"
MOBILE "mobile"
NATIONAL "national"
SHARED_COST "shared_cost"
TOLL_FREE "toll_free"

Enum: RequirementsStatusEnum

Name Value
REQUIREMENT_INFO_PENDING "requirement-info-pending"
REQUIREMENT_INFO_UNDER_REVIEW "requirement-info-under-review"
REQUIREMENT_INFO_EXCEPTION "requirement-info-exception"
APPROVED "approved"