Entity · travel_allowances
Travel Allowance Schema
Felder
Travel Allowance Schema
Schema for validating travel allowance / Fahrtkostenpauschale entities
name
Allowance name (e.g. Zone 1 - Nahbereich)
1–200 Zeichen
distanceFromKm
Distance range start in km
≥ 0
distanceToKm
Distance range end in km
≥ 0
flatRateAmount
Flat rate amount in EUR as decimal string
Pattern
includesTime
Whether the flat rate includes travel time
Default: false
timeFlatRateAmount
Separate travel time flat rate in EUR (when includesTime is false)
Patternnullable
isActive
Whether this travel allowance is active
Default: true
sortOrder
Display sort order
≥ 0Default: 0
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/travel_allowances— Liste, paginiert + filterbarGET /api/v1/travel_allowances/<id>— Einzelne EntityPOST /api/v1/travel_allowances— AnlegenPATCH /api/v1/travel_allowances/<id>— Teil-UpdateDELETE /api/v1/travel_allowances/<id>— Soft-DeleteGET /api/v1/travel_allowances/<id>/timeline— Audit + Aktivitäten