update_timesheet
Edit existing timesheets in Bexio to adjust tracked time, billing options, and project assignments.
Instructions
Edit a timesheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| charge | No | ||
| user_id | Yes | References a [user object](#operation/v3ListUsers) | |
| tracking | Yes | Two different formats can be used to submit the tracked time. Either type `range` or type `duration`. | |
| status_id | No | References a [timesheet status object](#operation/v2ListTimeSheetStatus) | |
| contact_id | No | References a [contact object](#operation/v2ListContacts) | |
| timesheet_id | Yes | the id of the timesheet | |
| pr_package_id | No | ||
| pr_project_id | No | References a [project object](#operation/v2ListProjects) | |
| allowable_bill | Yes | ||
| estimated_time | No | ||
| sub_contact_id | No | References a [contact object](#operation/v2ListContacts) | |
| pr_milestone_id | No | ||
| client_service_id | Yes | References a [business activity object](#operation/v2ListBusinessActivities) |