Oracle HCM Cloud – REST API Advanced Level Concepts

GET
effectiveDate only

POST Operations – Worker :
effective-Of : RangeStartDate=2017-01-01

Pending worker will be provided with the Proposed Start Date – which will eventually translate to Hire Date post conversion

PATCH Operation
effective-Of : RangeMode = CORRECTION
effective-Of : RangeMode = CORRECTION;RangeStartDate=2018-01-01;RangeSpan=LOGICAL_ROW_END_DATE
effective-Of : RangeMode = UPDATE;RangeStartDate=2018-01-01;RangeEndDate=2019-01-01

effective-Of : RangeMode = DELETE_CHANGES – Delete the
Get /worker?q=personId &effectiveDate=2018-01-03
Patch /worker/workrelationship/child/assignment
Header – effective-Of : RangeMode = DELETE_CHANGES – Delete the intermittent row and will also change the end dates accordingly.

effective-Of : RangeMode = ZAP – deletes all the rows previous to the effective start date.

effective-Of : RangeMode = END_DATE;RangeEndDate=2018-01-01 – for end dating from a future date to the specified date

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.