[POST] /history
/api/dms/objects/{objectId}/history
Description | To write a custom history/audit entry of a DMS object, send the request with the For an overview of all history code please refer to "History codes".
All other history codes could not be written and will be rejected by enaio® server. |
---|---|
Request | POST |
Response | Success: HTTP 204 No Content |
Minimum Version | 3.3.0 |
Request | {
"objects": [{
"properties": {
"system:objectTypeId": {
"value": "262236"
},
"action": {
"value": "470"
},
"details": {
"value": "Test"
}
}
}]
} |