Eingangsbeleg ablehnen
Lehnt einen Eingangsbeleg ab. Wird verwendet, wenn das Dokument ungültig, doppelt oder nicht relevant ist.
reject_inbox_document
Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token im OAuth-Flow. Scopes
kreditoren:write
Parameter
inbox_id string (uuid) erforderlich UUID des Inbox-Eintrags
reason string optional Optionaler Ablehnungsgrund
Antwort
200
Erfolgreich
MCP
JSON reject_inbox_document {
"tool": "reject_inbox_document",
"params": {
"inbox_id": "<string>",
"reason": "<string>"
}
} 200 Response
JSON {
"rejected": true,
"inbox_id": "<string>"
}