update_timesheet_entry
Modify an existing timesheet entry in Tripletex by updating fields like hours, project, activity, date, or comments. Ensures accurate time tracking records.
Instructions
Update an existing timesheet entry. Fields not set will be nulled.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Timesheet entry ID | |
| version | Yes | Current version number (for optimistic locking) | |
| 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 |