Restore a dismissed cash receipt

POST /api/v1/invoices/cash-receipts/restore

Un-dismiss a transaction so it reappears in the Cash Receipts Reconciliation report and totals.

Operation ID: restore_cash_receipt_api_v1_invoices_cash_receipts_restore_post · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Query

transaction_id string required

UUID of the transaction to restore.

Responses

201 Successful Response

success boolean required
transaction_id string required
dismissal_id string

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object