You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Unable to view OTL absence entries in application by loading data through REST API

edited Nov 22, 2019 1:57AM in Workforce Management 8 comments

Content

Hi All,

We loaded OTL absence entries through REST API. We are unable to view absence hours and total hours in the Reported time section but able to view same hours from Calculated time section. We are passing absence type id instead of absence name. Please refer below code and suggest.

Version:Oracle Cloud Application 19D (11.13.19.10.0)


Pay Load: https://***-xxxx.fa.us2.oraclecloud.com/hcmRestApi/resources/latest/timeRecordEventRequests/

{
"processInline": "Y",
"processMode": "TIME_SUBMIT",
"timeRecordEvent":
[
{
"startTime":"2019-10-09T00:00:00.000-08:00",
"reporterIdType":"PERSON",
"reporterId":"12345",
"assignmentNumber":"E12345",
"comment":"Time Entries Load",
"operationType":"ADD",
"measure": "8",
"timeRecordEventAttribute":
[
{
"attributeName":"AbsenceType",
"attributeValue":100002317045765
}
]
}
]
}

Thanks,

Sai

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!