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