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