POST /v1/dms/documents/bulk-transition
POST/v1/dms/documents/bulk-transition
Queue bulk status transitions for multiple DMS documents
Request Body
| Name | Typ | Beschreibung |
|---|
documentIdserforderlich | string[] | |
toStatuserforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/dms/documents/bulk-transition \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"documentIds": [],
"toStatus": "string"
}'
const result = await cm.dms.post({
"documentIds": [],
"toStatus": "string"
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |