qbo_transfers_update
Sparse-update an existing QuickBooks Online transfer by providing the transfer ID, current SyncToken, and only the fields you want to modify.
Instructions
Sparse-update an existing Transfer record. Only provided fields are changed; Id and SyncToken are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Amount | Yes | Amount transferred | |
| TxnDate | No | Transfer date (YYYY-MM-DD) | |
| SyncToken | Yes | Current SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it) | |
| transferId | Yes | The Transfer ID to update | |
| PrivateNote | No | Memo | |
| ToAccountRef | Yes | Destination account, e.g. {"value": "37"} | |
| FromAccountRef | Yes | Source account, e.g. {"value": "35"} |