Skip to main content

Dismiss Line Match Suggestion

POST 

/api/ledger/reconciliation/bank-statements/lines/:bankStatementLine/dismiss-match

Declare a suggested candidate "not a match" for this line. The candidate's identity is pinned to the line (order-independent fingerprint), so the same document/combination is never re-offered by Line Match Suggestions or confirmed by Auto-match — and a dismissed group combination's per-supplier slot frees up for the next-best combination on the next refresh. Undone by the Restore Dismissed Suggestions endpoint.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Body:

  • match_kind (required, 'entry' | 'settlement' | 'group') — the candidate's kind exactly as the suggestions endpoint returned it.
  • entry_ids (required unless match_kind=settlement, array of integers) — the candidate's ledger entry id(s); order does not matter.
  • settlement_id (required when match_kind=settlement, integer) — the Amazon settlement id.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type