post https://{hostname}/api/v1/timekeeping/employee_timecard
This operation updates a timecard for an employee as an employee. You can add, update, or delete punches, paycode edits, hours worked, and/or exception Comments.
Notes for Removing and Updating Punches, Paycode Edits, and Hours Worked
- When updating Punches, provide at least the punch ID, punchDtm, and employee
- When updating paycodes, provide at least the employee, paycode, amountType, applyDate, and the duration (durationInDays, durationinHours, or moneyAmount)
- When updating Hours Worked, provide at least hours worked ID, employee, duration, and startDateTime.
Note: You cannot combine calculateTotalsRequest
with any other do
properties in the same request payload.