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