create_timesheet
Create a timesheet in Bexio to record time spent on client services, with support for range or duration tracking and optional project, contact, and billing details.
Instructions
Create 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) | |
| 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) |