AddIncomingPhoneNumberByAreaCode

HTTP Method Used: POST

Adds a random phone number available for the area depending on the Area Code provided View Twilio Docs

format  
AreaCode The area code in which you'd like a new incoming phone number. Any three digit, US area code is valid. Twilio will provision a random phone number within this area code for you. You must include either this or a PhoneNumber parameter to have your POST succeed.
FriendlyName A human readable description of the new incoming phone number. Maximum 64 characters. Defaults to a formatted version of the number.
VoiceUrl The URL that Twilio should request when somebody dials the new phone number.
VoiceMethod The HTTP method that should be used to request the VoiceUrl. Must be either GET or POST. Defaults to POST.
VoiceFallbackUrl A URL that Twilio will request if an error occurs requesting or executing the TwiML at Url.
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. Defaults to POST.
SmsUrl The URL that Twilio should request when somebody sends an SMS to the phone number.
SmsMethod The HTTP method that should be used to request the SmsUrl. Must be 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. Must be 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.