Dienstplan-Einträge
Eintrag bestätigen
The assigned person confirms awareness of a short-notice change (own entries only, idempotent)
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
rosterEntry*string
The roster entry ID
Format
uuidResponse-Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/roster_entries/497f6eca-6276-4993-bfeb-53cbbbba6f08/acknowledge"{ "data": { "id": "string", "roster_entry_id": "string", "employee_id": "string", "employee_name": "string", "date": "string", "shift_name": "string", "change_kind": "string", "requested_at": "string", "acknowledged_at": "string", "status": "acknowledged" }}