create_timesheet_entry
Log work hours for employees on specific projects and activities in Tripletex. Create timesheet entries by specifying employee, project, activity, date, and hours worked.
Instructions
Create a new timesheet entry (log hours). Only one entry per employee/date/activity/project combo.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeId | Yes | Employee ID | |
| projectId | Yes | Project ID | |
| activityId | Yes | Activity ID | |
| date | Yes | Date (yyyy-MM-dd) | |
| hours | Yes | Number of hours | |
| comment | No | Optional comment |