API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Party Products

Alle Operationen rund um Party Products.

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
Party Product party_product 21 party_product_*

Endpoints

Methode Pfad Operation Beschreibung
POST /v1/party_products Create party_product Create a new party_product in the active tenant.
DELETE /v1/party_products/{id} Delete party_product Soft delete entity.
GET /v1/party_products/{id} Get party_product by id Fetch a single party_product.
GET /v1/party_products/{id}/linked Get linked entities CodeMeta OS API endpoint.
GET /v1/party_products/{id}/timeline Get timeline CodeMeta OS API endpoint.
GET /v1/party_products/{id}/transitions List transitions CodeMeta OS API endpoint.
GET /v1/party_products List party_products List party_products for the active tenant.
PATCH /v1/party_products/{id} Patch party_product JSON Merge Patch update.
POST /v1/party_products/bulk Bulk operation CodeMeta OS API endpoint.
POST /v1/party_products/{id}/transition POST /v1/party_products/{id}/transition CodeMeta OS API endpoint.
POST /v1/party_products/{id}/transitions/{transitionKey} Execute transition CodeMeta OS API endpoint.
PUT /v1/party_products/{id} Replace party_product Full replace with optimistic locking.

Suche