API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Domain Orders

Alle Operationen rund um Domain Orders.

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
Domain Order domain_order 18 domain_register

Endpoints

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

Suche