Create time entry
clio_create_time_entryLog time entries for matters, specifying hours worked, date, and rate. Supports billable and non-billable entries with automatic total calculation.
Instructions
Logs billable or non-billable time on a matter. TimeEntry.total = quantity_in_hours × rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matter_id | Yes | ||
| user_id | No | Defaults to CLIO_DEFAULT_USER_ID. | |
| date | Yes | YYYY-MM-DD. | |
| quantity_in_hours | Yes | Hours worked. Drives the total. | |
| note | No | Free-text description (Clio also accepts `description` on POST). | |
| rate | No | Hourly rate. If omitted Clio uses the user's default. | |
| activity_description_id | No | ||
| non_billable | No |