create_time_entry
Log billable or non-billable time entries to matters by providing matter, user, date, hours, description, and optional rate and billable flag.
Instructions
Log a billable or non-billable time entry. entry_json is a JSON object
string. Required: matterId, userId, date (YYYY-MM-DD),
hours, description. For billable entries also include rate and
billable: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |