在Microsoft Graph浏览器中调用excel rest api时,怎么写frequency函数的request body部分?
我书写的request body部分如下:
{"dataArray":[1,2,3,4,5,6,7,8,9],"binsArray":[3,7]}
返回的错误提示是:
{
"error": {
"code": "BadRequest",
"message": "Resource not found for the segment 'frequency'.",
"innerError": {
"request-id": "299723ca-55e2-4a97-9731-796f64a4e7c5",
"date": "2020-01-06T06:51:10"
}
}
}
https://social.technet.microsoft.com/Forums/getfile/1524293
当我换成示例的pmt函数是可以返回正确结果的,仅仅是换了个函数和提交参数就报错了。。。
难道不支持这个函数,不应该啊,我看官方参考文档列出的支持函数列表里面有啊!!!
https://social.technet.microsoft.com/Forums/getfile/1524294