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