Add Expense Expenses Post
add_expense_expenses_postRecord a new expense with amount, date, and category. Optionally include a note and sub-category to track spending details.
Instructions
Add an expense to the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| note | No | ||
| amount | Yes | ||
| category | Yes | ||
| sub_category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||