Rest API payload not validating payroll time type
Summary
Rest API payload not validating payroll time typeContent
Hi,
W are loading the time entries using time record event request REST API : /hcmRestApi/resources/11.13.18.05/timeRecordEventRequests
Payload:
{"processInline": "Y",
"processMode": "TIME_ENTER",
"timeRecordEvent": [{"startTime": "2020-07-13T09:00:00.000-08:00",
"reporterIdType": "PERSON",
"reporterId": "509",
"measure": "27",
"comment": "TestLatest",
"operationType": "ADD",
"timeRecordEventAttribute": [{"attributeName": "PayrollTimeType",
"attributeValue": "68798897878"}]}]}
Though time record event Attribute value is invalid payload is going to be successful and in front end its not showing the payroll time type values in time card. Please help me.
Thanks,
Sainath