Entity · flat_rate_services
Flat Rate Service Schema
Felder
Flat Rate Service Schema
Schema for validating flat rate service / Pauschalleistung entities
title
Flat rate service title
1–200 Zeichen
description
Description of the flat rate service
max 1000 Zeichennullable
price
Price in EUR as decimal string
Patternnullable
plannedHours
Planned hours included in this flat rate
≥ 0nullable
serviceTypeId
Optional reference to a service type
nullable
isActive
Whether this flat rate service is available for selection
Default: true
sortOrder
Display sort order
≥ 0Default: 0
tags
Tags for categorization
Default: []
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/flat_rate_services— Liste, paginiert + filterbarGET /api/v1/flat_rate_services/<id>— Einzelne EntityPOST /api/v1/flat_rate_services— AnlegenPATCH /api/v1/flat_rate_services/<id>— Teil-UpdateDELETE /api/v1/flat_rate_services/<id>— Soft-DeleteGET /api/v1/flat_rate_services/<id>/timeline— Audit + Aktivitäten