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