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