API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Business Hour Models

Alle Operationen rund um Business Hour Models.

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
Business Hour Model business_hour_model 8 business_hour_model_*

Endpoints

Methode Pfad Operation Beschreibung
POST /v1/business_hour_models Create business_hour_model Create a new business_hour_model in the active tenant.
DELETE /v1/business_hour_models/{id} Delete business_hour_model Soft delete entity.
GET /v1/business_hour_models/{id} Get business_hour_model by id Fetch a single business_hour_model.
GET /v1/business_hour_models/{id}/linked Get linked entities CodeMeta OS API endpoint.
GET /v1/business_hour_models/{id}/timeline Get timeline CodeMeta OS API endpoint.
GET /v1/business_hour_models/{id}/transitions List transitions CodeMeta OS API endpoint.
GET /v1/business_hour_models List business_hour_models List business_hour_models for the active tenant.
PATCH /v1/business_hour_models/{id} Patch business_hour_model JSON Merge Patch update.
POST /v1/business_hour_models/bulk Bulk operation CodeMeta OS API endpoint.
POST /v1/business_hour_models/{id}/transition POST /v1/business_hour_models/{id}/transition CodeMeta OS API endpoint.
POST /v1/business_hour_models/{id}/transitions/{transitionKey} Execute transition CodeMeta OS API endpoint.
PUT /v1/business_hour_models/{id} Replace business_hour_model Full replace with optimistic locking.

Suche