Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Requirement : To create an absence in advanced mode using HCM API

6779Mar 22 2024 — edited Mar 22 2024

I tried creating an absence with an additional parameter "absenceEntryBasicFlag": true, which creates absence in basic mode. Whereas when I tried creating absence with "absenceEntryBasicFlag": false it failes with error ‘'The value of the attribute PerAbsenceEntryId isn't valid''. So , I tried creating an advanced absence in UI and used GET operation to know the value of "absenceEntryBasicFlag" and it gave response as "absenceEntryBasicFlag": false.

We are able to create absences using API in basic mode but Requirement is to create an absence in advanced mode using HCM API. Could anyone please provide a sample payload to create absences in advanced mode using HCM API.

Comments

Post Details

Added on Mar 22 2024
1 comment
212 views