Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 2.16 KB

TnUploadEntry.md

File metadata and controls

58 lines (38 loc) · 2.16 KB

TnUploadEntry

Properties

Name Type Description Notes
numberId UUID Uniquely identifies the resource. [optional]
phoneNumber String Phone number in E164 format. [optional]
status StatusEnum Represents the status of the phone number entry upload on Microsoft Teams. [optional]
errorCode ErrorCodeEnum A code returned by Microsoft Teams if there is an error with the phone number entry upload. [optional]
errorMessage String A message returned by Microsoft Teams if there is an error with the upload process. [optional]
civicAddressId UUID Identifies the civic address assigned to the phone number entry. [optional]
locationId UUID Identifies the location assigned to the phone number entry. [optional]
internalStatus InternalStatusEnum Represents the status of the phone number entry upload on Telnyx. [optional]

Enum: StatusEnum

Name Value
PENDING_UPLOAD "pending_upload"
PENDING "pending"
IN_PROGRESS "in_progress"
SUCCESS "success"
ERROR "error"

Enum: ErrorCodeEnum

Name Value
INTERNAL_ERROR "internal_error"
UNABLE_TO_RETRIEVE_DEFAULT_LOCATION "unable_to_retrieve_default_location"
UNKNOWN_COUNTRY_CODE "unknown_country_code"
UNABLE_TO_RETRIEVE_LOCATION "unable_to_retrieve_location"
UNABLE_TO_RETRIEVE_PARTNER_INFO "unable_to_retrieve_partner_info"
UNABLE_TO_MATCH_GEOGRAPHY_ENTRY "unable_to_match_geography_entry"

Enum: InternalStatusEnum

Name Value
PENDING_ASSIGNMENT "pending_assignment"
IN_PROGRESS "in_progress"
ALL_INTERNAL_JOBS_COMPLETED "all_internal_jobs_completed"
RELEASE_REQUESTED "release_requested"
RELEASE_COMPLETED "release_completed"
ERROR "error"