API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Payroll Records

Alle Operationen rund um Payroll Records.

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
Payroll Record payroll_record 8 payroll_*

Endpoints

Methode Pfad Operation Beschreibung
POST /v1/payroll_records Create payroll_record Create a new payroll_record in the active tenant.
DELETE /v1/payroll_records/{id} Delete payroll_record Soft delete entity.
GET /v1/payroll_records/{id} Get payroll_record by id Fetch a single payroll_record.
GET /v1/payroll_records/{id}/linked Get linked entities CodeMeta OS API endpoint.
GET /v1/payroll_records/{id}/timeline Get timeline CodeMeta OS API endpoint.
GET /v1/payroll_records/{id}/transitions List transitions CodeMeta OS API endpoint.
GET /v1/payroll_records List payroll_records List payroll_records for the active tenant.
PATCH /v1/payroll_records/{id} Patch payroll_record JSON Merge Patch update.
POST /v1/payroll_records/bulk Bulk operation CodeMeta OS API endpoint.
POST /v1/payroll_records/{id}/transition POST /v1/payroll_records/{id}/transition CodeMeta OS API endpoint.
POST /v1/payroll_records/{id}/transitions/{transitionKey} Execute transition CodeMeta OS API endpoint.
PUT /v1/payroll_records/{id} Replace payroll_record Full replace with optimistic locking.

Suche