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