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