Time Event Requests Api Are Not Visible In Fusion UI
Hello community,
The following payload has been submitted and created successfully.
From Fusion UI --> Team Time Cards the user is not able to see the data just loaded by REST API
This is the end point that i used
hcmRestApi/resources/11.13.18.05/timeEventRequests
{ "requestNumber": "20099355", "sourceId": "ORACLE_EVENT_GEN_PROC", "requestTimestamp": "2025-05-29T08:05:08.000+03:00", "timeEvents": [ { "deviceId": "AlFARES_DEVICE", "eventDateTime": "2025-05-11T08:30:08.000+03:00", "supplierDeviceEvent": "ATTENDANCE_DEVICE_IN", "reporterId": "10059", "reporterIdType": "PERSON", "timeEventAttributes": [ { "name": "PayrollTimeType", "value": "Alfares Regular Hours" } ] }, { "deviceId": "AlFARES_DEVICE", "eventDateTime": "2025-05-11T17:30:08.000+03:00", "supplierDeviceEvent": "ATTENDANCE_DEVICE_OUT", "reporterId": "10059", "reporterIdType": "PERSON", "timeEventAttributes": [ { "name": "PayrollTimeType", "value": "Alfares Regular Hours" } ] } ]}
Thanks in advance.