update_expense
Update an existing expense including project, category, cost, and billing details. Only provided fields will be updated.
Instructions
Update an existing expense including project, category, cost, and billing details. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the expense to update (required) | |
| user_id | No | Update the user ID | |
| project_id | No | Update the project ID | |
| expense_category_id | No | Update the expense category ID | |
| spent_date | No | Update the spent date | |
| notes | No | Update the notes | |
| total_cost | No | Update the total cost | |
| units | No | Update the units | |
| billable | No | Update the billable status |