API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/dms/documents/{id}/link

POST/v1/dms/documents/{id}/link

Link a DMS document to an entity

Request Body

NameTypBeschreibung
entityTypeerforderlichstring
entityIderforderlichstring<uuid>
rolestring

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring<uuid>

Beispiel

curl -X POST https://api.codemeta-os.de/v1/dms/documents/{id}/link \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "entityType": "string",
  "entityId": "0193f4a2-…",
  "role": "string"
}'
const result = await cm.dms.post({
  "entityType": "string",
  "entityId": "0193f4a2-…",
  "role": "string"
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche