Forum Discussion
Deepti040890
Sep 02, 2020Copper Contributor
Project Online Task notes update using Rest Api
Hello,
I am able to create a new task and then I can give the value for notes field which works fine but when I try to update the same "Notes " field then the update doesnt happen using the rest api
I am using below rest api with Patch method
_api/ProjectServer/Projects(<project_id>)/Draft/Tasks(<Task_id>)
Body:
{'Notes': value}
I am able to create a new task and then I can give the value for notes field which works fine but when I try to update the same "Notes " field then the update doesnt happen using the rest api
I am using below rest api with Patch method
_api/ProjectServer/Projects(<project_id>)/Draft/Tasks(<Task_id>)
Body:
{'Notes': value}
- AlperUluCopper Contributoris anybody have solution for update notes field?
- PabloR1310Copper Contributor
AlperUlu hi I'm trying to do something similar but update actuals start and finish and actual duration ect. wondering if anyone had a solution. I'm using MS Power Automate and the send a HTTP request to SharePoint Connector