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