Compensation Component Templates
Alle Operationen rund um Compensation Component Templates.
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 |
|---|---|---|---|---|
| Compensation Component Template | compensation_component_template |
7 | — | compensation_component_template_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/compensation_component_templates |
Create compensation_component_template | Create a new compensation_component_template in the active tenant. |
DELETE |
/v1/compensation_component_templates/{id} |
Delete compensation_component_template | Soft delete entity. |
GET |
/v1/compensation_component_templates/{id} |
Get compensation_component_template by id | Fetch a single compensation_component_template. |
GET |
/v1/compensation_component_templates/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/compensation_component_templates/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/compensation_component_templates/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/compensation_component_templates |
List compensation_component_templates | List compensation_component_templates for the active tenant. |
PATCH |
/v1/compensation_component_templates/{id} |
Patch compensation_component_template | JSON Merge Patch update. |
POST |
/v1/compensation_component_templates/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/compensation_component_templates/{id}/transition |
POST /v1/compensation_component_templates/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/compensation_component_templates/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/compensation_component_templates/{id} |
Replace compensation_component_template | Full replace with optimistic locking. |