Vehicle Fine Schema
Felder
Vehicle Fine Schema
Schema for validating vehicle fine / Bußgeld entities
vehicleId
Reference to the vehicle
driverId
Reference to the fleet driver
date
Date of the offense
amount
Fine amount in EUR as decimal string
reason
Reason for the fine / Tatbestand
offenseType
Category of the traffic offense
SPEEDRED_LIGHTPARKINGPHONEDISTANCESEATBELTOTHERoffenseLocation
Location where the offense occurred
status
Fine processing status
NEUFAHRER_BESTAETIGTFAHRER_LEHNT_ABIN_KLAERUNGBEZAHLTABGESCHLOSSENfileNumber
Official file number / Aktenzeichen
authority
Issuing authority / Behörde
paidBy
Who pays the fine — company or driver
COMPANYDRIVERdueDate
Payment due date
contestDeadline
Deadline for contesting the fine / Einspruchsfrist
driverStatement
Driver statement / Stellungnahme des Fahrers
driverRespondedAt
When the driver responded to the fine
attachmentIds
Document attachment IDs (fine notice, photos)
notes
Internal notes
Keine Felder passen zum Filter.
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 + filterbarGET /api/v1/vehicle_fines/<id>— Einzelne EntityPOST /api/v1/vehicle_fines— AnlegenPATCH /api/v1/vehicle_fines/<id>— Teil-UpdateDELETE /api/v1/vehicle_fines/<id>— Soft-DeleteGET /api/v1/vehicle_fines/<id>/timeline— Audit + Aktivitäten