Dismiss a suggested match

POST/api/v1/transactions/suggested-matches/dismiss

Hide a specific invoice or bill suggestion for a bank transaction. Dismissed pairs are excluded from future inline suggested-match scoring until restored.

Operation ID: dismiss_suggested_match_api_v1_transactions_suggested_matches_dismiss_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.

Request body

transaction_idstringrequired

Bank transaction UUID the suggestion was shown for.

typestringrequired

Whether the dismissed target is an invoice or bill.

One of: invoice, bill

target_idstringrequired

UUID of the dismissed invoice or bill.

Responses

201Successful Response

successboolean
messagestring
codestring
dataDismissSuggestedMatchResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

404Not Found - Resource does not exist

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject