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

Flat Rate Service Schema

Schema-ID
flat_rate_service
Collection
flat_rate_services
Permissions
  • Lesenflat_rate_service_view
  • Anlegenflat_rate_service_create
  • Ändernflat_rate_service_edit
  • Löschenflat_rate_service_delete

Felder

Flat Rate Service Schema

flat_rate_services4 Permissions

Schema for validating flat rate service / Pauschalleistung entities

titlestringerforderlich

Flat rate service title

1–200 Zeichen
descriptionstringoptional

Description of the flat rate service

max 1000 Zeichennullable
pricestringoptional

Price in EUR as decimal string

Patternnullable
plannedHoursnumberoptional

Planned hours included in this flat rate

≥ 0nullable
serviceTypeIduuidoptional

Optional reference to a service type

nullable
isActivebooleanoptional

Whether this flat rate service is available for selection

Default: true
sortOrderintegeroptional

Display sort order

≥ 0Default: 0
tagsstring[]optional

Tags for categorization

Default: []

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

Suche