Forum Discussion

Deepti040890's avatar
Deepti040890
Copper Contributor
Sep 02, 2020

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}

    • PabloR1310's avatar
      PabloR1310
      Copper 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