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