Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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