qbo_deposits_create
Create a new deposit record in QuickBooks Online by specifying the bank account and deposit lines. Supports cash-back and linked transactions.
Instructions
Create a new Deposit record in QuickBooks Online.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Line | Yes | Deposit lines. Each line is either {Amount, DetailType: "DepositLineDetail", DepositLineDetail: {AccountRef, Entity?, PaymentMethodRef?}} OR {Amount, LinkedTxn: [{TxnId, TxnType}]} for linked transactions. | |
| TxnDate | No | Deposit date (YYYY-MM-DD) | |
| CashBack | No | Optional cash-back amount: {Amount, AccountRef: {value}, Memo?} | |
| DocNumber | No | Deposit reference number | |
| PrivateNote | No | Private note | |
| DepositToAccountRef | Yes | Bank account receiving the deposit, e.g. {"value": "35"} |