Entity · business_hour_models
Business Hour Model Schema
Felder
Business Hour Model Schema
Schema for validating business hour model entities
name
Business hour model name
1–200 Zeichen
timezone
IANA timezone identifier (e.g. Europe/Berlin)
holidayCountry
ISO country code used to auto-fetch holidays (e.g. DE, AT, CH)
max 5 Zeichen
holidaySubdivision
ISO 3166-2 subdivision code for regional holidays (e.g. DE-BY)
max 10 Zeichen
isDefault
Whether this is the default business hour model
isActive
Whether this business hour model is active
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/business_hour_models— Liste, paginiert + filterbarGET /api/v1/business_hour_models/<id>— Einzelne EntityPOST /api/v1/business_hour_models— AnlegenPATCH /api/v1/business_hour_models/<id>— Teil-UpdateDELETE /api/v1/business_hour_models/<id>— Soft-DeleteGET /api/v1/business_hour_models/<id>/timeline— Audit + Aktivitäten