0

我在开发人员门户中使用 CURL 并不断收到电话号码无效的错误。我做错了什么?

curl --request PUT \ --url ' https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/caller-id ' \ --header '接受:应用程序/json ' \ --header '授权:承载 [[CODE]]' \ --header 'content-type: application/json' \ --data '{"byDevice":[{"device":{"id":" 88","uri":" https://platform.ringcentral.com/restapi/v1.0/account/88/device/88 ","phoneNumber":"Ext. 101 其他电话"},"callerId": {"type":"PhoneNumber","phoneInfo":{"id":"2025731036","uri":" https://platform.ringcentral.com/restapi/v1.0/account/88/phone-number /2025731036 ","电话号码":"+19703002096"}}}]}'

4

1 回答 1

0

根据下面的这个链接,你的问题得到了回答: https ://forums.developers.ringcentral.com/questions/8899/problem-with-update-extension-caller-id.html

给出的 API 参考不正确。
这里建议从“设备”对象中删除“uri”和“phoneNumber”键/值对,以及“phoneInfo”对象中的“uri”和“phoneNumber”可以按照上面的链接省略

于 2019-11-14T11:30:30.573 回答