Zeitkorrektur zurückziehen
Self-service: the employee retracts their own still-pending correction for a day. Managers do not use this (they approve/reject instead)
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
The employee ID
uuidRequest-Body
application/json
TypeScript-Definitionen
TypeScript-Typ für request body.
Body of PATCH /rest/employees/{employee}/working_time/withdraw — the day whose own pending correction is taken back.
Response-Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/working_time/withdraw" \ -H "Content-Type: application/json" \ -d '{ "date": "2019-08-24T14:15:22Z" }'{ "message": "Korrektur zurückgezogen.", "deleted": null}Zeitkorrektur ablehnen PATCH
Decline a pending correction with a reason. The request is kept (status = rejected) for the history; the day falls back to its original events
Korrekturen im Stapel entscheiden POST
Approve or reject many correction requests in one call. Each item is decided with the exact same logic as the single approve/reject endpoints (notifications, webhooks, overtime recalc, payroll-period lock, resolving the manager notification). A failing item (closed period, out of scope, nothing pending) does not abort the rest