payroll_timesheets_non_job_update
Update non-job timesheet entries in payroll by providing the timesheet ID and optional fields like employee details, timestamps, duration, code, notes, and memo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeId | No | Employee ID | |
| employeeType | No | Employee type | |
| startedOn | No | Start timestamp | |
| endedOn | No | End timestamp | |
| durationMinutes | No | Duration in minutes | |
| timesheetCodeId | No | Timesheet code ID | |
| payrollId | No | Payroll ID | |
| note | No | Timesheet note | |
| memo | No | Timesheet memo | |
| active | No | Whether timesheet is active | |
| id | Yes | Non-job timesheet ID | |
| _confirmed | No | Set to true to confirm this write operation |