For more information, please refer to this announcement explaining best practices for getting answers to questions.
Unable to view OTL absence entries in application by loading data through REST API
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