Enum. Type of transmittal container.
Syntax
Members
| Member | Value | Description |
| AuthenticateApplicant | 9 | Authentication of Applicant. Example employee login. |
| AuthenticateUser | 10 | Authentication of User. Example agent login. |
| Download | 3 | Download of data. |
| GetAgents | 14 | The get agents |
| GetApplicants | 8 | Get list of available applicants in current session. |
| GetDocuments | 108 | Get list of documents that require signature or review. |
| GetEligibility | 205 | The get eligibility |
| GetIllustration | 111 | Get illustration of available rates. |
| GetOfferings | 214 | Returns list of available offerings and their prerequisites. |
| GetPortfolio | 204 | Get current group configuration. |
| GetPrequalifyingQuestions | 102 | Get list of prequalifying questions that need to be presented to user. |
| GetQuestions | 101 | Get list of questions that need to be presented to user. |
| GetRates | 304 | Get list of available rates, riders, benefit levels for given applicant. |
| Query | 2 | Generic search of data based on provided template. |
| SyncDownload | 5 | Synchronization of data down to laptop. |
| SyncFromPortfolio | 6 | Synchronization of data from one portfolio to another. |
| SyncUpload | 4 | Synchronization of data from laptop to the server. |
| Unknown | 0 | Unknown |
| UploadAgents | 12 | The upload agents |
| UploadApplicants | 1 | Upload of transactions. Example census upload. |
| UploadPortfolio | 11 | Upload group information |
| ValidateEnrollment | 109 | The validate enrollment |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Selerix.BusinessObjects.TransmittalType
See Also