LedgerLou Docs ist für Desktop optimiert.

Bitte öffne diese Seite auf einem Gerät mit breiterem Bildschirm.

Debitoren · Debitoren (Kunden)

Debitor aktualisieren

Aktualisiert die Stammdaten eines Debitors. Nicht uebergebene Felder bleiben unveraendert, null-Werte loeschen das Feld.

update_customer
Authorization
Authorization string header erforderlich API-Key im Format ll_.... Übergabe als Bearer Token im OAuth-Flow.
Scopes
debitoren:write
Parameter
customer_id string (uuid) erforderlich ID des Debitors
name string optional Name (max 255)
vat_id string | null optional USt-IdNr.
tax_id string | null optional Steuernummer
iban string | null optional IBAN
bic string | null optional BIC
default_account string | null optional Standard-Erloeskonto
notes string | null optional Freitext-Notizen
Antwort
200
Erfolgreich
MCP update_customer
JSON
{
  "tool": "update_customer",
  "params": {
    "customer_id": "<string>",
    "name": "<string>",
    "default_account": "<string>"
  }
}
200 Response
JSON
{
  "id": "<string>",
  "name": "<string>",
  "default_account": "<string>"
}