Update an IncomingPhoneNumber resourceCopy Pagepost https://api.twilio.com/2010-04-01/Accounts/{MAIN_ACCOUNT_SID}/IncomingPhoneNumbers/{SID}.jsonUpdate an IncomingPhoneNumber resourcePath ParamsMAIN_ACCOUNT_SIDstringrequiredThe Main Account SID that created the IncomingPhoneNumber resource to update. For more information, see Exchanging Numbers Between Subaccounts. Pattern: ^AC[0-9a-fA-F]{32}$ Min length: 34 Max length: 34SIDstringrequiredThe Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to update. Pattern: ^PN[0-9a-fA-F]{32}$ Min length: 34 Max length: 34Form DataAccountSidstringThe SID of the Account that created the IncomingPhoneNumber resource to update. For more information, see Exchanging Numbers Between Subaccounts. Pattern: ^AC[0-9a-fA-F]{32}$ Min length: 34 Max length: 34ApiVersionstringThe API version to use for incoming calls made to the phone number. The default is 2010-04-01.SmsApplicationSidstringThe SID of the application that should handle SMS messages sent to the number. If an smsapplication_sid is present, we ignore all of the sms*_url urls and use those set on the application. Pattern: ^AP[0-9a-fA-F]{32}$ Min length: 34 Max length: 34Responses 200200 400400Updated over 1 year ago