DocumentCreatePermissionVO Data Type

Properties
name data type constraints description
documentId number required the documentId
documentPermissionVO array of DocumentPermissionVO   the documentPermissionVO

Example

{
  "documentId" : 12345,
  "documentPermissionVO" : [ {
    "downloadEnabled" : true,
    "attributionType" : 12345,
    "attributionValue" : "...",
    "securityLevel" : 12345,
    "showContent" : true,
    "attributionDescription" : "...",
    "inheritSecurity" : true,
    "securityVersion" : true
  }, {
    "downloadEnabled" : true,
    "attributionType" : 12345,
    "attributionValue" : "...",
    "securityLevel" : 12345,
    "showContent" : true,
    "attributionDescription" : "...",
    "inheritSecurity" : true,
    "securityVersion" : true
  } ]
}