Receipts Update Receipt
receipts_update_receiptUpdate an existing receipt in Monarch Money by providing its ID and optionally modifying merchant, date, totals, or line items.
Instructions
Update receipt. This may create or update Monarch data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tax | No | ||
| tip | No | ||
| date | No | ||
| fields | No | Optional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name']. | |
| line_items | No | ||
| receipt_id | Yes | ||
| grand_total | No | ||
| output_mode | No | Output shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads. | summary |
| session_path | No | ||
| merchant_name | No | ||
| total_before_tax | No | ||
| transaction_date | No | ||
| transaction_total | No |