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