Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.19 KB

PhoneNumberFull.md

File metadata and controls

18 lines (14 loc) · 1.19 KB

PhoneNumberFull

Properties

Name Type Description Notes
id int Integer Phone number ID. This is the internal Phone.com ID for this number, not the phone number itself. Read-only. [optional]
name str Name [optional]
phone_number str Phone number, in E.164 format [optional]
block_incoming bool Whether to block incoming calls. Boolean. [optional]
block_anonymous bool Whether to block anonymous calls. Boolean. [optional]
route RouteSummary The Route assigned to handle incoming calls for this number, if any. Output is a Route Summary Object, or NULL if not set. Input can be a Route Lookup Object or NULL to unset. [optional]
caller_id CallerIdPhoneNumber [optional]
sms_forwarding SmsForwarding [optional]
call_notifications CallNotifications [optional]

[Back to Model list] [Back to API list] [Back to README]