UpdateIncomingPhoneNumber (POST)

HTTP Method Used: POST

Update an incoming phone number obtained from Twilio via POST. View Twilio Docs

format  
IncomingPhoneNumberSid A 34 character string that uniquely idetifies this resource.
FriendlyName A human readable description of the new incoming phone number resource, with maximum length 64 characters.
ApiVersion Calls to this phone number will start a new TwiML session with this API version. Either 2010-04-01 or 2008-08-01.
VoiceUrl The URL that Twilio should request when somebody dials the phone number.
VoiceMethod The HTTP method that should be used to request the VoiceUrl. Either GET or POST. Defaults to POST.
VoiceFallbackUrl A URL that Twilio will request if an error occurs requesting or executing the TwiML defined by VoiceUrl.
VoiceFallbackMethod The HTTP method that should be used to request the VoiceFallbackUrl. Either GET or POST. Defaults to POST.
StatusCallback The URL that Twilio will request to pass status parameters (such as call ended) to your application.
StatusCallbackMethod The HTTP method Twilio will use to make requests to the StatusCallback URL. Either GET or POST.
SmsUrl The URL that Twilio should request when somebody sends an SMS to the new phone number.
SmsMethod The HTTP method that should be used to request the SmsUrl. Either GET or POST. Defaults to POST.
SmsFallbackUrl A URL that Twilio will request if an error occurs requesting or executing the TwiML defined by SmsUrl.
SmsFallbackMethod The HTTP method that should be used to request the SmsFallbackUrl. Either GET or POST. Defaults to POST.
VoiceCallerIdLookup Do a lookup of a caller's name from the CNAM database and post it to your app. Either true or false. Defaults to false.