Create expense entry / flat-fee line item
clio_create_expense_entryCreates an expense entry for a matter, allowing flat-fee line items where total is calculated as quantity times price.
Instructions
Creates an ExpenseEntry. Use this for flat-fee line items as well — total = quantity × price (not rate × hours).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matter_id | Yes | ||
| user_id | No | ||
| date | Yes | YYYY-MM-DD. | |
| quantity | Yes | Usually 1 for flat-fee line items. | |
| price | Yes | Per-unit cost; total = quantity × price. | |
| note | No | ||
| expense_category_id | No | ||
| non_billable | No |