Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
REST API - Update Assignment and Assignment DFF
Hi,
We have a requirement to update some assignment attributes and assignment DFF attributes for a particular assignment number. Could you please advise if the below flow of Oracle HCM REST calls are correct or do we have any other way to reduce the number of calls for both objects updates in one go?
- Call /workers endpoint based on an assignment number to get assignment PATCH link
- Use the assignment PATCH link to update assignment attributes:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workRelationships/{PeriodOfServiceId}/child/assignments/{assignmentsUniqID} - Call /workers endpoint based on an assignment number to get assignmentDFF PATCH link. This is because after step 2 there is change in the assignment DFF unique ID.
Tagged:
0