REST API Fails to Update Task Start Date/Task Finish Date, respectively Planned Start Date/Planned Finish Date For Manage Project Plans Page
Last updated on MARCH 19, 2018
Applies to:
Oracle Fusion Project Management Cloud Service - Version 11.12.1.0.0 and laterInformation in this document applies to any platform.
REST API, Task Start Date, Task Finish Date, Manage Project Plan, Planned Start Date, Planned Finish Date
Symptoms
When using REST API in order to update Task Start Dates, respectively Task Finish Dates in the Manage Project Plan page, the PATCH operation ends showing the old dates in the response output.
URL used:
https://localhost:port/projectsFinancialsApi/resources/11.12.1.0/projects/<Project_ID>/child/Tasks/<hash key for the task>
Operation : Patch
Content Type: application/vnd.oracle.adf.resourceitem+json
Payload:
{
"TaskStartDate" : "2018-11-08",
"TaskFinishDate" : "2018-12-08"
}
This results in having Task dates updated on the User Interface, yet the Response output for the script shows TaskStartDate, TaskFinishDate with the old dates instead of those provided in the payload.
Changes
Cause
Sign In with your My Oracle Support account |
|
Don't have a My Oracle Support account? Click to get started |
My Oracle Support provides customers with access to over a
Million Knowledge Articles and hundreds of Community platforms