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