update_transaction
Modify a transaction's details in PocketSmith, including date, amount, payee, memo, note, labels, category, transfer status, review flag, and cheque number.
Instructions
Update a PocketSmith transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The transaction ID | |
| date | No | New date (YYYY-MM-DD) | |
| memo | No | New memo | |
| note | No | New note | |
| payee | No | New payee | |
| amount | No | New amount (positive=credit, negative=debit) | |
| labels | No | Comma-separated labels | |
| category_id | No | New category ID (send empty string to uncategorise) | |
| is_transfer | No | Mark as transfer | |
| needs_review | No | Mark as needing review | |
| cheque_number | No | New cheque number |