API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · vehicle_fines

Vehicle Fine Schema

Schema-ID
vehicle_fine
Collection
vehicle_fines
Permissions
  • Lesenvehicle_fine_view
  • Anlegenvehicle_fine_create
  • Ändernvehicle_fine_edit
  • Löschenvehicle_fine_delete

Felder

Vehicle Fine Schema

vehicle_fines4 Permissions

Schema for validating vehicle fine / Bußgeld entities

vehicleIduuiderforderlich

Reference to the vehicle

driverIduuidoptional

Reference to the fleet driver

nullable
datedateerforderlich

Date of the offense

amountstringerforderlich

Fine amount in EUR as decimal string

Pattern
reasonstringerforderlich

Reason for the fine / Tatbestand

1–1000 Zeichen
offenseTypestringoptional

Category of the traffic offense

SPEEDRED_LIGHTPARKINGPHONEDISTANCESEATBELTOTHER
nullable
offenseLocationstringoptional

Location where the offense occurred

max 500 Zeichennullable
statusstringoptional

Fine processing status

NEUFAHRER_BESTAETIGTFAHRER_LEHNT_ABIN_KLAERUNGBEZAHLTABGESCHLOSSEN
Default: "NEU"
fileNumberstringoptional

Official file number / Aktenzeichen

max 100 Zeichennullable
authoritystringoptional

Issuing authority / Behörde

max 200 Zeichennullable
paidBystringoptional

Who pays the fine — company or driver

COMPANYDRIVER
nullable
dueDatedateoptional

Payment due date

nullable
contestDeadlinedateoptional

Deadline for contesting the fine / Einspruchsfrist

nullable
driverStatementstringoptional

Driver statement / Stellungnahme des Fahrers

max 2000 Zeichennullable
driverRespondedAtdatetimeoptional

When the driver responded to the fine

nullable
attachmentIdsstring[]optional

Document attachment IDs (fine notice, photos)

Default: []
notesstringoptional

Internal notes

max 2000 Zeichennullable

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/vehicle_fines — Liste, paginiert + filterbar
  • GET /api/v1/vehicle_fines/<id> — Einzelne Entity
  • POST /api/v1/vehicle_fines — Anlegen
  • PATCH /api/v1/vehicle_fines/<id> — Teil-Update
  • DELETE /api/v1/vehicle_fines/<id> — Soft-Delete
  • GET /api/v1/vehicle_fines/<id>/timeline — Audit + Aktivitäten

Suche