The Transmittal object contains many objects and defines different types of business transactions. For example, the Agent object in Transmittal will have objects that enroll Applicant, list Applicants that participate in an enrollment session, list Applications signed by Applicants, and so forth.
Transmittal also defines framework level requests or responses; for example, a request for available Applicant rates. In this case, a function call will get a list of applicants that participate in enrollment and return the available rates for these applicants.
Object Model
Syntax
Example
<?xml version="1.0" encoding="utf-8"?>
<Transmittal SenderID="b0a11e29-a71f-4266-90e1-f54393821108">
<Group>
<GroupName>Example Group</GroupName>
<EffectiveDate>2005-09-30</EffectiveDate>
</Group>
<Applicants>
<Applicant>
<SSN>123-45-6789</SSN>
<FirstName>Henry</FirstName>
<MiddleInitial />
<LastName> IL-TestPerson</LastName>
<Relationship>E</Relationship>
<BirthDate>1961-03-13</BirthDate>
<Sex>M</Sex>
<ApplicantAddress Type="Personal">
<Line1>351 Test Dr.</Line1>
<City>Evansville</City>
<State>IL</State>
<Zip>38276</Zip>
</ApplicantAddress>
<PhoneHome>(123) 456-7890</PhoneHome>
<Employment>
<Employer>Test Employer</Employer>
<HireDate>2002-05-27</HireDate>
<Department>Unspecified</Department>
<Location>ILLINOIS</Location>
<JobClass>FT/PT</JobClass>
<PayrollFrequency>26</PayrollFrequency>
<DeductionFrequency>24
</DeductionFrequency>
<EmployeeIdent>IL00001</EmployeeIdent>
<HoursPerWeek>40</HoursPerWeek>
<Salary>50000</Salary>
</Employment>
</Applicant>
</Applicants>
</Transmittal>
Inheritance Hierarchy
System.Object
Selerix.BusinessObjects.Transmittal
See Also