Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
For more information, please refer to this announcement explaining best practices for getting answers to questions.
21A Rest API's - End Dating Element Entry
Summary
looking for a bit of help to end dating element entriesContent
Hello,
I am trying to figure out how to End Date an Element Entry using the 21A Rest API's. My steps are currently:these:
1) Grab the Element Entry in question:
https://{{oracle-ebs-host-name}}:{{oracle-ebs-port}}/hcmRestApi/resources/{{oracle-ebs-version}}/elementEntries?q=AssignmentNumber=E32973;ElementName=Medical Plan
2) From the links, I grab the GUID of the Element Entry Values:
https://{{oracle-ebs-host-name}}:{{oracle-ebs-port}}/hcmRestApi/resources/{{oracle-ebs-version}}/elementEntries/00020000000EACED00057708000110D9394459030000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800000178C360BC0078/child/elementEntryValues
3) From there, I'm guessing I need to first end date the Element Entry Values before I can end date the Element Entry itself? I try that, the example here has only one child.