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