-
Notifications
You must be signed in to change notification settings - Fork 74
Payload to Update Assignments #23
Copy link
Copy link
Open
Description
I am looking at submitting Assignment Updates through REST API. I know CSOM Code exists to do the same but i am looking at the REST API Payload. so far i have following APIs and payload. Which seems to give me Status Code as 200. But somehow first API is doing nothing. Can someone please verify the payload.
POST:/_api/ProjectServer/EnterpriseResources('Id')/Assignments/update()
{'Id':'39822522-b09c-e811-80c9-00155dc47e07','**remainingWork**':0 }
I am okay if i can update Percentage Update. this API seems to be working okay.because if i make changes in "My Task" and call below API. It actually submits the saved changes
POST:/_api/ProjectServer/EnterpriseResources('Id')/Assignments/submitAllStatusUpdates('Hello World')
Any help will be appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels