DocumentApproverVO Data Type
name | data type | description |
---|---|---|
approvalMode | number | |
colleagueId | string | |
digitalSignature | boolean | |
string | ||
companyId | number | |
alias | string | |
approvalObservation | string | |
levelId | number | |
levelDescription | string | |
approvalStatus | string | |
fullName | string | |
approverType | number |
Example
{ "approvalMode" : 12345, "colleagueId" : "...", "digitalSignature" : true, "email" : "...", "companyId" : 12345, "alias" : "...", "approvalObservation" : "...", "levelId" : 12345, "levelDescription" : "...", "approvalStatus" : "...", "fullName" : "...", "approverType" : 12345 }