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