payroll_timesheets_non_job_update
Update non-job timesheet entries for payroll tracking in ServiceTitan, allowing modification of employee work hours, codes, notes, and status for administrative tasks.
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 |