2016-09-29 46 views

回答

1

顯然,你需要調用API爲: /2010-04-01 /會計/ {} AccountSid/IncomingPhoneNumbers/{} IncomingPhoneNumberSid

example given with the Python API得到具體數目:

number = client.phone_numbers.get("PN2a0747eba6abf96b7e3c3ff0b4530f6e") 

更新編號: number =

client.phone_numbers.update("PN2a0747eba6abf96b7e3c3ff0b4530f6e", voice_url="http://demo.twilio.com/docs/voice.xml", 
    sms_url="http://demo.twilio.com/docs/sms.xml")