qb_modify_transaction_line
Modify a single expense or deposit line on an existing transaction, with automatic undo logging by providing original values.
Instructions
Modifies one expense/deposit line on an existing transaction. You must pass the ORIGINAL account/amount/memo (query the transaction first if you don't already have them) so the undo log can restore them exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txn_id | Yes | ||
| line_id | Yes | ||
| new_memo | No | ||
| txn_type | Yes | ||
| new_amount | Yes | ||
| new_account | Yes | ||
| edit_sequence | Yes | ||
| original_memo | No | ||
| original_amount | No | ||
| original_account | No | ||
| expected_company_file | No |