freeagent_update_expense
Update an existing expense in FreeAgent by providing its ID and optional fields such as category, date, amount, description, and more.
Instructions
Update an existing expense in FreeAgent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expense_id | Yes | The ID of the expense to update | |
| category | No | Category URL for the expense | |
| dated_on | No | Date of the expense (YYYY-MM-DD) | |
| gross_value | No | Gross value as a decimal string | |
| description | No | Description of the expense | |
| sales_tax_rate | No | Sales tax rate as a decimal string | |
| project | No | Project URL to associate with | |
| receipt_reference | No | Receipt reference for the expense |