payroll_timesheets_non_job_create
Create non-job timesheets for payroll tracking by specifying employee details, work duration, and codes to record hours not associated with specific jobs.
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 | |
| _confirmed | No | Set to true to confirm this write operation |