Entity · fuel_card_transactions
Fuel Card Transaction Schema
Felder
Fuel Card Transaction Schema
Schema for validating fuel card transaction / Tankkarten-Transaktion entities
fuelCardId
Reference to the fuel card
vehicleId
Reference to the vehicle
nullable
driverId
Reference to the fleet driver
nullable
date
Transaction date
amount
Transaction amount in EUR as decimal string
Pattern
liters
Liters fueled
≥ 0nullable
pricePerLiter
Price per liter in EUR
Patternnullable
fuelType
Fuel type
Werte
BENZINDIESELERDGASADBLUESTROMOTHERnullable
location
Fueling location / gas station
max 200 Zeichennullable
mileageKm
Mileage at time of fueling
≥ 0nullable
receiptAttachmentId
Receipt attachment file ID
nullable
notes
Additional notes
max 2000 Zeichennullable
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/fuel_card_transactions— Liste, paginiert + filterbarGET /api/v1/fuel_card_transactions/<id>— Einzelne EntityPOST /api/v1/fuel_card_transactions— AnlegenPATCH /api/v1/fuel_card_transactions/<id>— Teil-UpdateDELETE /api/v1/fuel_card_transactions/<id>— Soft-DeleteGET /api/v1/fuel_card_transactions/<id>/timeline— Audit + Aktivitäten