syntax for updating values using webwrite
3 次查看(过去 30 天)
显示 更早的评论
Hi,
I am trying to get my head round the syntax required for updating some data using webread and an api. The API i am attemping to use is here (https://smartsheet-platform.github.io/api-docs/?shell#update-rows) and I am just trying to work out how to update single cell value. What I cannot workout is how I pass the required "Request Body" parameters to webread to update the value of a specific cell (speciified by its row and column id in this case I think).
Any ideas?
thanks
Oli.
0 个评论
采纳的回答
Rohit Pappu
2020-12-29
To make a POST request with request body, send() can be used, with the "Request Body" parameters passed in the body property of requestMessage object
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!