API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Replace acceptance_protocol

PUT/v1/acceptance_protocols/{id}

Full replace with optimistic locking.

Datenmodell

Diese Operation arbeitet auf der Entität Acceptance Protocol (acceptance_protocol). Alle 21 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.

  • Pflichtfelder: projectId, title
  • Server-verwaltet: _id, schema, schemaVersion, tenantId, version, createdAt, updatedAt, createdBy, updatedBy, deletedAt, deletedBy, protocolNumber, projectId, status, envelopeId, unsignedPdfFileId, signedPdfFileId, projectSnapshot, sentAt, acceptedAt, acceptedVia, ipAddress, userAgent, rejectionReason — diese Felder vergibt die Plattform; im Request werden sie verworfen.

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X PUT https://api.codemeta-os.de/v1/acceptance_protocols/{id} \
  -H "X-Tenant-Id: $TENANT" \
  -b cookies.txt
const result = await cm.acceptance_protocols.put();

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche