ClearTransaction
Marks specified transaction checks in QuickBooks with statuses such as Cleared, NotCleared, or Pending for reconciliation.
Input
| Name | Type | Description |
| TxnID | String | The unique identifier of the transaction to be cleared. The TxnID must refer to a balance sheet transaction. |
| TxnLineID | String | The unique identifier of the specific line item within the transaction to be cleared. |
| ClearedStatus | String | The status indicating whether the transaction has been cleared. Possible values are determined by QuickBooks.
The allowed values are Cleared, NotCleared, Pending. |
Result Set Columns
| Name | Type | Description |
| * | String | The output data varies depending on the QuickBooks XML (QBXML) request provided. |