Update Resource Plan

POST {{baseUrl}}/odata/Projects(3fa44ea0-df3b-47f0-bc62-fea3554c6c4c)/UpdateResourcePlan

Project entity method.
Designed to update the resource plan of the project.

Required fileds:

  • scale - possible values Day, Week or Month
  • entries - a collection of cells of the resource plan.
    -- date - date of the plan, day, or the beginning of the week or month, respectively to 'scale' value.
    -- hours - scheduled hours.
    -- taskId - project task ID.
    -- teamMemberId - project team member ID.
    -- roleId - role ID.

See Example section for more.

Request Body

{"scale"=>"Day", "entries"=>[{"date"=>"2022-09-05", "hours"=>16, "taskId"=>"11344c3a-b577-451c-ae62-02c4ed95e80a", "teamMemberId"=>"14e983be-2901-4925-8c58-b060132007cc", "roleId"=>"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f"}]}

RESPONSES

status: OK