DocumentCreatePermissionVO Data Type
name | data type | constraints | description |
---|---|---|---|
documentId | number | required | the documentId |
documentPermissionVO | array of DocumentPermissionVO | the documentPermissionVO |
Example
{ "documentId" : 12345, "documentPermissionVO" : [ { "securityVersion" : true, "securityLevel" : 12345, "inheritSecurity" : true, "attributionDescription" : "...", "attributionType" : 12345, "downloadEnabled" : true, "showContent" : true, "attributionValue" : "..." }, { "securityVersion" : true, "securityLevel" : 12345, "inheritSecurity" : true, "attributionDescription" : "...", "attributionType" : 12345, "downloadEnabled" : true, "showContent" : true, "attributionValue" : "..." } ] }