Confirm a bank-match
Record that bank-feed row(s) correspond to DualEntry transaction(s)/entry(s).
Authorizations
Headers
Optional. A unique value (a UUID works well) identifying this operation. If the request is repeated with the same key, the original response is replayed instead of the operation running again, so a retry cannot create a duplicate record. Results are replayable for 48 hours. Reusing a key with a different request body returns 422.
255Body
Body for POST /matches/. Pair bank-feed row(s) with DualEntry target(s).
Use the singular fields for a 1:1 match, or the plural fields
(financial_transaction_ids + transaction_ids/entry_ids) for an M:N
match. Don't mix a singular field with its plural counterpart.
ID of the bank-feed row to match (from /bank-transactions/).
DualEntry transaction id to match against. Pass this or entry_id, not both.
DualEntry entry id to match against (use for partial matches like a single line of a journal entry). Pass this or transaction_id.
M:N: bank-feed row ids to match as one group. Same account and same sign.
M:N: DualEntry transaction ids for the group. May be combined with entry_ids.
M:N: DualEntry entry ids for the group. May be combined with transaction_ids.

