Attendance Shift Corrections
Alle Operationen rund um Attendance Shift Corrections.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| Attendance Shift Correction | attendance_shift_correction |
19 | — | work_schedule_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/attendance_shift_corrections |
Create attendance_shift_correction | Create a new attendance_shift_correction in the active tenant. |
DELETE |
/v1/attendance_shift_corrections/{id} |
Delete attendance_shift_correction | Soft delete entity. |
GET |
/v1/attendance_shift_corrections/{id} |
Get attendance_shift_correction by id | Fetch a single attendance_shift_correction. |
GET |
/v1/attendance_shift_corrections/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/attendance_shift_corrections/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/attendance_shift_corrections/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/attendance_shift_corrections |
List attendance_shift_corrections | List attendance_shift_corrections for the active tenant. |
PATCH |
/v1/attendance_shift_corrections/{id} |
Patch attendance_shift_correction | JSON Merge Patch update. |
POST |
/v1/attendance_shift_corrections/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/attendance_shift_corrections/{id}/transition |
POST /v1/attendance_shift_corrections/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/attendance_shift_corrections/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/attendance_shift_corrections/{id} |
Replace attendance_shift_correction | Full replace with optimistic locking. |