Execute transition
POST/v1/uvv_inspections/{id}/transitions/{transitionKey}
CodeMeta OS API endpoint.
Datenmodell
Diese Operation arbeitet auf der Entität UVV Inspection (uvv_inspection). Alle 11 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/uvv_inspections/{id}/transitions/{transitionKey} \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.uvv_inspections.post();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |