REST API to update tasks while creating Performance goals and REST API to update Goal Progress
Summary:
We need help in following points related to HCM:
- There is a requirement to create performance goals along with Tasks details .We are trying to create the same using the API : https://iaaptu-dev1.fa.ocs.oraclecloud.eu/hcmRestApi/resources/11.13.18.05/goalPlans/{goalPlanId}/child/performanceGoals
Request Payload:
{ "AssignedByPersonId": 100000001427703, "AssignmentId": 300000004446824, "Description": "Creating Performance Goal to test skills - 3", "GoalName": "Astronomy Skill Test - 3", "GoalPlanId": 300000007482311, "GoalSourceCode": "MANAGER", "ChildObjectId":300000010110424, "ChildObjectName": "Demonstrate accountability", "PersonId": 100000001427945, "ReviewPeriodId": 300000003739155, "StartDate": "2026-02-01", "TargetCompletionDate": "2026-06-30" }
Task details are being passed in ChildObjectId and ChildObjectName.
Although the goal is created, but task is not attached to it.
Secondly, we need to update Progress Notes through REST API. I tried using
Tagged:
0