Mehrere Bankumsätze abstimmen
Verknüpft mehrere Bankumsätze mit Buchungs-Intents in einem Batch-Vorgang. Fremdwährungs-Posten werden dabei ebenfalls als Vollausgleich verarbeitet.
batch_reconcile_bank_transactions
Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token im OAuth-Flow. Scopes
bank:write
Parameter
pairs array erforderlich Array von { bank_transaction_id, intent_id, candidate_kind, open_item_account? } Paaren
Antwort
200
Erfolgreich
MCP
JSON batch_reconcile_bank_transactions {
"tool": "batch_reconcile_bank_transactions",
"params": {
"pairs": [
{
"bank_transaction_id": "<string>",
"intent_id": "<string>",
"candidate_kind": "<string>",
"open_item_account": "<string>"
}
]
}
} 200 Response
JSON {
"reconciled": 1,
"failed": 1
}