Need to update Baseline Start Date and Finish Date of a project using API
Summary:
I am trying to update Baseline Start Date and Finish Date of a project using Rest API which I have mentioned below, but those dates are not getting updated, although the API execution is ending up in success. Please provide a solution here. Mentioning the API and sample payload below.
API: https://{serverName}/fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/Tasks/{TaskId}
Sample Payload: {
"BaselineFinishDate": "2024-06-30",
"BaselineStartDate": "2024-01-01"
}
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):