I am trying to apply half day annual leave with absence type as annual leave days using API from backend.Iam able to apply the same in oracle HRMS self-service absence page. I am using the below API to apply leave, but it is not working, it always considers as 1 day leave instead of half day leave.
HR_PERSON_ABSENCE_API.create_person_absence
Do we need to use any other API .Do anyone has idea on applying half day annual leave with absence type as annual leave days (using API .)