For more information, please refer to this announcement explaining best practices for getting answers to questions.
Programmatic update of Time Card Comments
Summary
Can we programmatically update Time Card Comments?Content
We have a business need for our payroll administrators to update time card comments en-masse. Currently, we have a process that generates a report from HCM that we use to update comments through the REST API using the timeRecordEventRequests resource. We're largely using the same process described here: https://docs.oracle.com/en/cloud/saas/global-human-resources/19a/farws/Updating_Time_Entries.html
The problem is that the comment described in the "comment" parameter of the JSON payload does not update this particular time card comment field, rather, it maps to the "Comments" at the detail level. We are struggling to find this particular operation either in the REST API or SOAP services that updates the highlighted Time Card Comments field (in the screenshot). We're not opposed to alternative approaches but we're curious if this is even possible and if anyone has any insight into this?