API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Booking Services

Alle Operationen rund um Booking Services.

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
Booking Service booking_service 28 booking_service_*

Endpoints

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

Suche