API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Fleet Invoices

Alle Operationen rund um Fleet Invoices.

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
Fleet Invoice fleet_invoice 16 fleet_invoice_*

Endpoints

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

Suche