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