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