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