Execute transition
POST/v1/invoices/{id}/transitions/{transitionKey}
CodeMeta OS API endpoint.
Datenmodell
Diese Operation arbeitet auf der Entität Invoice (invoice). Alle 48 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
iderforderlich | string | |
transitionKeyerforderlich | string |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/invoices/{id}/transitions/{transitionKey} \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.invoices.post();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |