Opportunity Status Defaults
Alle Operationen rund um Opportunity Status Defaults.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| Opportunity Status Default | opportunity_status_default |
2 | — | opportunity_status_default_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/opportunity_status_defaults |
Create opportunity_status_default | Create a new opportunity_status_default in the active tenant. |
DELETE |
/v1/opportunity_status_defaults/{id} |
Delete opportunity_status_default | Soft delete entity. |
GET |
/v1/opportunity_status_defaults/{id} |
Get opportunity_status_default by id | Fetch a single opportunity_status_default. |
GET |
/v1/opportunity_status_defaults/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/opportunity_status_defaults/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/opportunity_status_defaults/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/opportunity_status_defaults |
List opportunity_status_defaults | List opportunity_status_defaults for the active tenant. |
PATCH |
/v1/opportunity_status_defaults/{id} |
Patch opportunity_status_default | JSON Merge Patch update. |
POST |
/v1/opportunity_status_defaults/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/opportunity_status_defaults/{id}/transition |
POST /v1/opportunity_status_defaults/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/opportunity_status_defaults/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/opportunity_status_defaults/{id} |
Replace opportunity_status_default | Full replace with optimistic locking. |