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