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

Opportunity Source Schema

Schema-ID
opportunity_source
Collection
opportunity_sources
Permissions
  • Lesenopportunity_source_view
  • Anlegenopportunity_source_create
  • Ändernopportunity_source_edit
  • Löschenopportunity_source_delete

Felder

Opportunity Source Schema

opportunity_sources4 Permissions

Schema for configurable lead sources that can be assigned to opportunities

namestringerforderlich

Display name of the source

1–100 Zeichen
colorstringoptional

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

Patternnullable
descriptionstringoptional

Optional description of the source

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

Suche