Offene Posten (OP-Liste)
Gibt alle offenen Eingangsrechnungen gruppiert nach Kreditor zurück. Eine Rechnung gilt als offen, wenn sie einen Intent hat aber der Bruttobetrag die bezahlte Summe übersteigt.
get_open_items
Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token im OAuth-Flow. Scopes
kreditoren:read
Antwort
200
Erfolgreich
MCP
JSON get_open_items {
"tool": "get_open_items"
} 200 Response
JSON [
{
"vendor_id": "<string>",
"vendor_name": "<string>",
"total_open": 1,
"invoices": [
{
"id": "<string>",
"invoice_number": "<string>",
"invoice_date": "<string>",
"due_date": "<string>",
"total_gross": 1,
"status": "<string>",
"remaining_amount": 1
}
]
}
]