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

Complaint Reason Schema

Schema-ID
complaint_reason
Collection
complaint_reasons
Permissions
  • Lesencomplaint_reason_view
  • Anlegencomplaint_reason_create
  • Änderncomplaint_reason_edit
  • Löschencomplaint_reason_delete

Felder

Complaint Reason Schema

complaint_reasons4 Permissions

Schema for configurable root-cause categories that can be assigned to complaints

namestringerforderlich

Display name of the reason

1–100 Zeichen
colorstringoptional

Hex color code for the reason (e.g. #FF5733)

Patternnullable
descriptionstringoptional

Optional description of the reason

max 200 Zeichennullable

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

Suche