Skip to content

Payload to Update Assignments #23

@parthrawal

Description

@parthrawal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions