API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Flat Rate Services

Alle Operationen rund um Flat Rate 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
Flat Rate Service flat_rate_service 8 flat_rate_service_*

Endpoints

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

Suche