timeRecordEventRequests is creating blank payroll time type in the HCM after API invoke
Summary:
The employee has a working hours change for the 20th of July.
When creating a time card for periods 13-19 July and 20- 26th July, the time card entry for 19th of July comes up blank with only the hours being populated.
API-
/hcmRestApi/resources/11.13.18.05/timeRecordEventRequests
Request:
{
"processInline": "Y",
"processMode": "TIME_SUBMIT",
"timeRecordEvent": [
{
"timeRecordId": "",
"timeRecordVersion": "",
"startTime": "2025-07-19T08:00:00.000-00:00",
"stopTime": "2025-07-19T16:00:00.000-00:00",
"reporterIdType": "PERSON",
"reporterId": "123456",
"assignmentNumber": "",
"operationType": "ADD",
"measure": "",
"timeRecordEventAttribute": [
{
"attributeName": "PayrollTimeType",
"attributeValue": "<Payroll Time type name>"
}
]
},
]
}
Reponse:
201 created
Issue-
The issue with work hours changes is occurring only on the 19th, not before or after. The working hours change on the 20th, but the issue is present only for the 19th.