timeiq_expense_create
Create a new expense entry by specifying date, project, amount, and optional details like notes, expense type, and billable status. Supports dry run to preview before saving.
Instructions
Create a new expense entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| project_id | Yes | ||
| amount | Yes | ||
| notes | No | ||
| expense_type_id | No | ||
| is_billable | No | ||
| dry_run | No |