accelo_update_expense
Update an existing Accelo expense by ID. Change its title, unit cost, quantity, and billable or reimbursable status to keep records accurate.
Instructions
Update an existing expense.
Args: id: Expense ID (required) title: New title unit_cost: New unit cost quantity: New quantity billable: "yes" or "no" reimbursable: "yes" or "no" fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| fields | No | ||
| billable | No | ||
| quantity | No | ||
| unit_cost | No | ||
| reimbursable | No |