GET v1/edi-benefits/export/clients/{clientCode}/employee-enrollments
Retrieve EDI Employee Benefit Enrollments
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EDIEmployeeEnrollmentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Enrollments | Collection of EDIEnrollmentDTO |
None. |
|
| EmployeeKey | GlobalEntityKeyOfIEmployee |
None. |
|
| EmployeePersonalKey | EntityKeyOfIEmployeePersonalAndInt32 |
None. |
|
| EmployeeNumber | string |
None. |
|
| SSN | string |
None. |
|
| CompanyCode | string |
None. |
|
| DivisionCode | string |
None. |
|
| CompanyName | string |
None. |
|
| CompanyFederalTaxID | string |
None. |
|
| ClientKey | GlobalEntityKeyOfISBClient |
None. |
|
| EmployeeStatus | EmployeeStatus |
None. |
|
| EmployeeStatusEffectiveDate | date |
None. |
|
| Gender | Gender |
None. |
|
| MailingAddress | AddressDTO |
None. |
|
| HomeAddress | AddressDTO |
None. |
|
| IsTobaccoUser | boolean |
None. |
|
| IsDisabled | boolean |
None. |
|
| PayFrequency | PayFrequency |
None. |
|
| PayType | PayType |
None. |
|
| BaseRate | decimal number |
None. |
|
| BaseRateStartDate | date |
None. |
|
| CostCenter1Code | string |
None. |
|
| CostCenter2Code | string |
None. |
|
| CostCenter3Code | string |
None. |
|
| CostCenter4Code | string |
None. |
|
| CostCenter5Code | string |
None. |
|
| WorkAuthorizationStatus | WorkAuthorizationStatus |
None. |
|
| StandardHours | decimal number |
None. |
|
| JobTitle | string |
None. |
|
| FirstName | string |
None. |
|
| MiddleInitial | character |
None. |
|
| LastName | string |
None. |
|
| Suffix | string |
None. |
|
| Nickname | string |
None. |
|
| BirthDate | date |
None. |
|
| HomePhone | string |
None. |
|
| WorkPhone | string |
None. |
|
| MobilePhone | string |
None. |
|
| string |
None. |
||
| MaritalStatus | string |
None. |
|
| EmploymentType | FullOrPartTime |
None. |
|
| HireDate | date |
None. |
|
| RehireDate | date |
None. |
|
| TerminationDate | date |
None. |
|
| TerminationReason | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"enrollments": [
{
"ssn": "sample string 1",
"benefitEnrollmentType": "Enrollment",
"benefitPlanType": "Other",
"payFrequencyAnnualFactor": 2.0,
"clientKey": "<empty>",
"employeeContribution": 1.0,
"employerDeduction": 1.0,
"benefitProviderId": "<empty>",
"benefitProviderName": "sample string 3",
"benefitProviderDescription": "sample string 4",
"benefitPlanId": "<empty>",
"benefitPlanName": "sample string 5",
"benefitPlanDescription": "sample string 6",
"benefitPlanStartDate": "0001-02-03",
"benefitPlanEndDate": "0001-02-03",
"coverageLevel": "EmployeeOnly",
"enrollmentSignatureDate": "0001-02-03",
"eligibilityDate": "0001-02-03",
"annualElectionAmount": 1.0,
"dependentEnrollments": [
{
"dependentKey": "<empty>",
"relationship": "Other",
"ssn": "sample string 1",
"lastName": "sample string 2",
"firstName": "sample string 3",
"middleInitial": "sample string 4",
"gender": "Male",
"birthDate": "0001-02-03",
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"phone": "sample string 5",
"isSmoker": true,
"isDisabled": true,
"isStudent": true,
"eligibilityDate": "0001-02-03",
"startDate": "0001-02-03",
"endDate": "0001-02-03"
},
{
"dependentKey": "<empty>",
"relationship": "Other",
"ssn": "sample string 1",
"lastName": "sample string 2",
"firstName": "sample string 3",
"middleInitial": "sample string 4",
"gender": "Male",
"birthDate": "0001-02-03",
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"phone": "sample string 5",
"isSmoker": true,
"isDisabled": true,
"isStudent": true,
"eligibilityDate": "0001-02-03",
"startDate": "0001-02-03",
"endDate": "0001-02-03"
}
],
"benefitEnrollmentReasonType": "OpenEnrollment",
"benefitEnrollmentReasonCode": "sample string 7",
"isDiscontinued": true,
"startDate": "0001-02-03",
"endDate": "0001-02-03"
},
{
"ssn": "sample string 1",
"benefitEnrollmentType": "Enrollment",
"benefitPlanType": "Other",
"payFrequencyAnnualFactor": 2.0,
"clientKey": "<empty>",
"employeeContribution": 1.0,
"employerDeduction": 1.0,
"benefitProviderId": "<empty>",
"benefitProviderName": "sample string 3",
"benefitProviderDescription": "sample string 4",
"benefitPlanId": "<empty>",
"benefitPlanName": "sample string 5",
"benefitPlanDescription": "sample string 6",
"benefitPlanStartDate": "0001-02-03",
"benefitPlanEndDate": "0001-02-03",
"coverageLevel": "EmployeeOnly",
"enrollmentSignatureDate": "0001-02-03",
"eligibilityDate": "0001-02-03",
"annualElectionAmount": 1.0,
"dependentEnrollments": [
{
"dependentKey": "<empty>",
"relationship": "Other",
"ssn": "sample string 1",
"lastName": "sample string 2",
"firstName": "sample string 3",
"middleInitial": "sample string 4",
"gender": "Male",
"birthDate": "0001-02-03",
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"phone": "sample string 5",
"isSmoker": true,
"isDisabled": true,
"isStudent": true,
"eligibilityDate": "0001-02-03",
"startDate": "0001-02-03",
"endDate": "0001-02-03"
},
{
"dependentKey": "<empty>",
"relationship": "Other",
"ssn": "sample string 1",
"lastName": "sample string 2",
"firstName": "sample string 3",
"middleInitial": "sample string 4",
"gender": "Male",
"birthDate": "0001-02-03",
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"phone": "sample string 5",
"isSmoker": true,
"isDisabled": true,
"isStudent": true,
"eligibilityDate": "0001-02-03",
"startDate": "0001-02-03",
"endDate": "0001-02-03"
}
],
"benefitEnrollmentReasonType": "OpenEnrollment",
"benefitEnrollmentReasonCode": "sample string 7",
"isDiscontinued": true,
"startDate": "0001-02-03",
"endDate": "0001-02-03"
}
],
"employeeKey": "<empty>",
"employeePersonalKey": "<empty>",
"employeeNumber": "sample string 1",
"ssn": "sample string 2",
"companyCode": "sample string 3",
"divisionCode": "sample string 4",
"companyName": "sample string 5",
"companyFederalTaxID": "sample string 6",
"clientKey": "<empty>",
"employeeStatus": "Active",
"employeeStatusEffectiveDate": "0001-02-03",
"gender": "Male",
"mailingAddress": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"homeAddress": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"isTobaccoUser": true,
"isDisabled": true,
"payFrequency": "YEAR",
"payType": "Salary",
"baseRate": 9.0,
"baseRateStartDate": "0001-02-03",
"costCenter1Code": "sample string 10",
"costCenter2Code": "sample string 11",
"costCenter3Code": "sample string 12",
"costCenter4Code": "sample string 13",
"costCenter5Code": "sample string 14",
"workAuthorizationStatus": "AuthorizedAlien",
"standardHours": 15.0,
"jobTitle": "sample string 16",
"firstName": "sample string 17",
"middleInitial": "A",
"lastName": "sample string 18",
"suffix": "sample string 19",
"nickname": "sample string 20",
"birthDate": "0001-02-03",
"homePhone": "sample string 21",
"workPhone": "sample string 22",
"mobilePhone": "sample string 23",
"email": "sample string 24",
"maritalStatus": "sample string 25",
"employmentType": "FullTime",
"hireDate": "0001-02-03",
"rehireDate": "0001-02-03",
"terminationDate": "0001-02-03",
"terminationReason": "sample string 26"
},
{
"enrollments": [
{
"ssn": "sample string 1",
"benefitEnrollmentType": "Enrollment",
"benefitPlanType": "Other",
"payFrequencyAnnualFactor": 2.0,
"clientKey": "<empty>",
"employeeContribution": 1.0,
"employerDeduction": 1.0,
"benefitProviderId": "<empty>",
"benefitProviderName": "sample string 3",
"benefitProviderDescription": "sample string 4",
"benefitPlanId": "<empty>",
"benefitPlanName": "sample string 5",
"benefitPlanDescription": "sample string 6",
"benefitPlanStartDate": "0001-02-03",
"benefitPlanEndDate": "0001-02-03",
"coverageLevel": "EmployeeOnly",
"enrollmentSignatureDate": "0001-02-03",
"eligibilityDate": "0001-02-03",
"annualElectionAmount": 1.0,
"dependentEnrollments": [
{
"dependentKey": "<empty>",
"relationship": "Other",
"ssn": "sample string 1",
"lastName": "sample string 2",
"firstName": "sample string 3",
"middleInitial": "sample string 4",
"gender": "Male",
"birthDate": "0001-02-03",
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"phone": "sample string 5",
"isSmoker": true,
"isDisabled": true,
"isStudent": true,
"eligibilityDate": "0001-02-03",
"startDate": "0001-02-03",
"endDate": "0001-02-03"
},
{
"dependentKey": "<empty>",
"relationship": "Other",
"ssn": "sample string 1",
"lastName": "sample string 2",
"firstName": "sample string 3",
"middleInitial": "sample string 4",
"gender": "Male",
"birthDate": "0001-02-03",
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"phone": "sample string 5",
"isSmoker": true,
"isDisabled": true,
"isStudent": true,
"eligibilityDate": "0001-02-03",
"startDate": "0001-02-03",
"endDate": "0001-02-03"
}
],
"benefitEnrollmentReasonType": "OpenEnrollment",
"benefitEnrollmentReasonCode": "sample string 7",
"isDiscontinued": true,
"startDate": "0001-02-03",
"endDate": "0001-02-03"
},
{
"ssn": "sample string 1",
"benefitEnrollmentType": "Enrollment",
"benefitPlanType": "Other",
"payFrequencyAnnualFactor": 2.0,
"clientKey": "<empty>",
"employeeContribution": 1.0,
"employerDeduction": 1.0,
"benefitProviderId": "<empty>",
"benefitProviderName": "sample string 3",
"benefitProviderDescription": "sample string 4",
"benefitPlanId": "<empty>",
"benefitPlanName": "sample string 5",
"benefitPlanDescription": "sample string 6",
"benefitPlanStartDate": "0001-02-03",
"benefitPlanEndDate": "0001-02-03",
"coverageLevel": "EmployeeOnly",
"enrollmentSignatureDate": "0001-02-03",
"eligibilityDate": "0001-02-03",
"annualElectionAmount": 1.0,
"dependentEnrollments": [
{
"dependentKey": "<empty>",
"relationship": "Other",
"ssn": "sample string 1",
"lastName": "sample string 2",
"firstName": "sample string 3",
"middleInitial": "sample string 4",
"gender": "Male",
"birthDate": "0001-02-03",
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"phone": "sample string 5",
"isSmoker": true,
"isDisabled": true,
"isStudent": true,
"eligibilityDate": "0001-02-03",
"startDate": "0001-02-03",
"endDate": "0001-02-03"
},
{
"dependentKey": "<empty>",
"relationship": "Other",
"ssn": "sample string 1",
"lastName": "sample string 2",
"firstName": "sample string 3",
"middleInitial": "sample string 4",
"gender": "Male",
"birthDate": "0001-02-03",
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"phone": "sample string 5",
"isSmoker": true,
"isDisabled": true,
"isStudent": true,
"eligibilityDate": "0001-02-03",
"startDate": "0001-02-03",
"endDate": "0001-02-03"
}
],
"benefitEnrollmentReasonType": "OpenEnrollment",
"benefitEnrollmentReasonCode": "sample string 7",
"isDiscontinued": true,
"startDate": "0001-02-03",
"endDate": "0001-02-03"
}
],
"employeeKey": "<empty>",
"employeePersonalKey": "<empty>",
"employeeNumber": "sample string 1",
"ssn": "sample string 2",
"companyCode": "sample string 3",
"divisionCode": "sample string 4",
"companyName": "sample string 5",
"companyFederalTaxID": "sample string 6",
"clientKey": "<empty>",
"employeeStatus": "Active",
"employeeStatusEffectiveDate": "0001-02-03",
"gender": "Male",
"mailingAddress": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"homeAddress": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"country": "sample string 6",
"county": "sample string 7"
},
"isTobaccoUser": true,
"isDisabled": true,
"payFrequency": "YEAR",
"payType": "Salary",
"baseRate": 9.0,
"baseRateStartDate": "0001-02-03",
"costCenter1Code": "sample string 10",
"costCenter2Code": "sample string 11",
"costCenter3Code": "sample string 12",
"costCenter4Code": "sample string 13",
"costCenter5Code": "sample string 14",
"workAuthorizationStatus": "AuthorizedAlien",
"standardHours": 15.0,
"jobTitle": "sample string 16",
"firstName": "sample string 17",
"middleInitial": "A",
"lastName": "sample string 18",
"suffix": "sample string 19",
"nickname": "sample string 20",
"birthDate": "0001-02-03",
"homePhone": "sample string 21",
"workPhone": "sample string 22",
"mobilePhone": "sample string 23",
"email": "sample string 24",
"maritalStatus": "sample string 25",
"employmentType": "FullTime",
"hireDate": "0001-02-03",
"rehireDate": "0001-02-03",
"terminationDate": "0001-02-03",
"terminationReason": "sample string 26"
}
]
text/xml
Sample:
<ArrayOfEDIEmployeeEnrollmentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.ServiceContracts.Data.Models">
<EDIEmployeeEnrollmentDTO>
<BaseRate>9</BaseRate>
<BaseRateStartDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</BaseRateStartDate>
<BirthDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</BirthDate>
<ClientKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d3p1:_entityKey>
<d3p1:_hasValue>false</d3p1:_hasValue>
<d3p1:_value>00000000-0000-0000-0000-000000000000</d3p1:_value>
</d3p1:_entityKey>
</ClientKey>
<CompanyCode>sample string 3</CompanyCode>
<CompanyFederalTaxID>sample string 6</CompanyFederalTaxID>
<CompanyName>sample string 5</CompanyName>
<CostCenter1Code>sample string 10</CostCenter1Code>
<CostCenter2Code>sample string 11</CostCenter2Code>
<CostCenter3Code>sample string 12</CostCenter3Code>
<CostCenter4Code>sample string 13</CostCenter4Code>
<CostCenter5Code>sample string 14</CostCenter5Code>
<DivisionCode>sample string 4</DivisionCode>
<Email>sample string 24</Email>
<EmployeeKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d3p1:_entityKey>
<d3p1:_hasValue>false</d3p1:_hasValue>
<d3p1:_value>00000000-0000-0000-0000-000000000000</d3p1:_value>
</d3p1:_entityKey>
</EmployeeKey>
<EmployeeNumber>sample string 1</EmployeeNumber>
<EmployeePersonalKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d3p1:_hasValue>false</d3p1:_hasValue>
<d3p1:_value>0</d3p1:_value>
</EmployeePersonalKey>
<EmployeeStatus>Active</EmployeeStatus>
<EmployeeStatusEffectiveDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</EmployeeStatusEffectiveDate>
<EmploymentType>FullTime</EmploymentType>
<FirstName>sample string 17</FirstName>
<Gender>Male</Gender>
<HireDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</HireDate>
<HomeAddress xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d3p1:Address1>sample string 1</d3p1:Address1>
<d3p1:Address2>sample string 2</d3p1:Address2>
<d3p1:City>sample string 3</d3p1:City>
<d3p1:Country>sample string 6</d3p1:Country>
<d3p1:County>sample string 7</d3p1:County>
<d3p1:State>sample string 4</d3p1:State>
<d3p1:Zip>sample string 5</d3p1:Zip>
</HomeAddress>
<HomePhone>sample string 21</HomePhone>
<IsDisabled>true</IsDisabled>
<IsTobaccoUser>true</IsTobaccoUser>
<JobTitle>sample string 16</JobTitle>
<LastName>sample string 18</LastName>
<MailingAddress xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d3p1:Address1>sample string 1</d3p1:Address1>
<d3p1:Address2>sample string 2</d3p1:Address2>
<d3p1:City>sample string 3</d3p1:City>
<d3p1:Country>sample string 6</d3p1:Country>
<d3p1:County>sample string 7</d3p1:County>
<d3p1:State>sample string 4</d3p1:State>
<d3p1:Zip>sample string 5</d3p1:Zip>
</MailingAddress>
<MaritalStatus>sample string 25</MaritalStatus>
<MiddleInitial>65</MiddleInitial>
<MobilePhone>sample string 23</MobilePhone>
<Nickname>sample string 20</Nickname>
<PayFrequency>YEAR</PayFrequency>
<PayType>Salary</PayType>
<RehireDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</RehireDate>
<SSN>sample string 2</SSN>
<StandardHours>15</StandardHours>
<Suffix>sample string 19</Suffix>
<TerminationDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</TerminationDate>
<TerminationReason>sample string 26</TerminationReason>
<WorkAuthorizationStatus>AuthorizedAlien</WorkAuthorizationStatus>
<WorkPhone>sample string 22</WorkPhone>
<Enrollments>
<EDIEnrollmentDTO>
<AnnualElectionAmount>1</AnnualElectionAmount>
<BenefitEnrollmentReasonCode>sample string 7</BenefitEnrollmentReasonCode>
<BenefitEnrollmentReasonType>OpenEnrollment</BenefitEnrollmentReasonType>
<BenefitEnrollmentType>Enrollment</BenefitEnrollmentType>
<BenefitPlanDescription>sample string 6</BenefitPlanDescription>
<BenefitPlanEndDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</BenefitPlanEndDate>
<BenefitPlanId xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_entityKey>
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>00000000-0000-0000-0000-000000000000</d5p1:_value>
</d5p1:_entityKey>
</BenefitPlanId>
<BenefitPlanName>sample string 5</BenefitPlanName>
<BenefitPlanStartDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</BenefitPlanStartDate>
<BenefitPlanType>Other</BenefitPlanType>
<BenefitProviderDescription>sample string 4</BenefitProviderDescription>
<BenefitProviderId xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>0</d5p1:_value>
</BenefitProviderId>
<BenefitProviderName>sample string 3</BenefitProviderName>
<ClientKey xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_entityKey>
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>00000000-0000-0000-0000-000000000000</d5p1:_value>
</d5p1:_entityKey>
</ClientKey>
<CoverageLevel>EmployeeOnly</CoverageLevel>
<DependentEnrollments>
<EDIDependentEnrollmentDTO>
<Address xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d7p1:Address1>sample string 1</d7p1:Address1>
<d7p1:Address2>sample string 2</d7p1:Address2>
<d7p1:City>sample string 3</d7p1:City>
<d7p1:Country>sample string 6</d7p1:Country>
<d7p1:County>sample string 7</d7p1:County>
<d7p1:State>sample string 4</d7p1:State>
<d7p1:Zip>sample string 5</d7p1:Zip>
</Address>
<BirthDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</BirthDate>
<DependentKey xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d7p1:_entityKey>
<d7p1:_hasValue>false</d7p1:_hasValue>
<d7p1:_value>00000000-0000-0000-0000-000000000000</d7p1:_value>
</d7p1:_entityKey>
</DependentKey>
<EligibilityDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EligibilityDate>
<EndDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EndDate>
<FirstName>sample string 3</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 4</MiddleInitial>
<Phone>sample string 5</Phone>
<Relationship>Other</Relationship>
<SSN>sample string 1</SSN>
<StartDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</StartDate>
</EDIDependentEnrollmentDTO>
<EDIDependentEnrollmentDTO>
<Address xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d7p1:Address1>sample string 1</d7p1:Address1>
<d7p1:Address2>sample string 2</d7p1:Address2>
<d7p1:City>sample string 3</d7p1:City>
<d7p1:Country>sample string 6</d7p1:Country>
<d7p1:County>sample string 7</d7p1:County>
<d7p1:State>sample string 4</d7p1:State>
<d7p1:Zip>sample string 5</d7p1:Zip>
</Address>
<BirthDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</BirthDate>
<DependentKey xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d7p1:_entityKey>
<d7p1:_hasValue>false</d7p1:_hasValue>
<d7p1:_value>00000000-0000-0000-0000-000000000000</d7p1:_value>
</d7p1:_entityKey>
</DependentKey>
<EligibilityDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EligibilityDate>
<EndDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EndDate>
<FirstName>sample string 3</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 4</MiddleInitial>
<Phone>sample string 5</Phone>
<Relationship>Other</Relationship>
<SSN>sample string 1</SSN>
<StartDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</StartDate>
</EDIDependentEnrollmentDTO>
</DependentEnrollments>
<EligibilityDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EligibilityDate>
<EmployeeContribution>1</EmployeeContribution>
<EmployerDeduction>1</EmployerDeduction>
<EndDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EndDate>
<EnrollmentSignatureDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EnrollmentSignatureDate>
<IsDiscontinued>true</IsDiscontinued>
<PayFrequencyAnnualFactor>2</PayFrequencyAnnualFactor>
<SSN>sample string 1</SSN>
<StartDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</StartDate>
</EDIEnrollmentDTO>
<EDIEnrollmentDTO>
<AnnualElectionAmount>1</AnnualElectionAmount>
<BenefitEnrollmentReasonCode>sample string 7</BenefitEnrollmentReasonCode>
<BenefitEnrollmentReasonType>OpenEnrollment</BenefitEnrollmentReasonType>
<BenefitEnrollmentType>Enrollment</BenefitEnrollmentType>
<BenefitPlanDescription>sample string 6</BenefitPlanDescription>
<BenefitPlanEndDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</BenefitPlanEndDate>
<BenefitPlanId xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_entityKey>
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>00000000-0000-0000-0000-000000000000</d5p1:_value>
</d5p1:_entityKey>
</BenefitPlanId>
<BenefitPlanName>sample string 5</BenefitPlanName>
<BenefitPlanStartDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</BenefitPlanStartDate>
<BenefitPlanType>Other</BenefitPlanType>
<BenefitProviderDescription>sample string 4</BenefitProviderDescription>
<BenefitProviderId xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>0</d5p1:_value>
</BenefitProviderId>
<BenefitProviderName>sample string 3</BenefitProviderName>
<ClientKey xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_entityKey>
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>00000000-0000-0000-0000-000000000000</d5p1:_value>
</d5p1:_entityKey>
</ClientKey>
<CoverageLevel>EmployeeOnly</CoverageLevel>
<DependentEnrollments>
<EDIDependentEnrollmentDTO>
<Address xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d7p1:Address1>sample string 1</d7p1:Address1>
<d7p1:Address2>sample string 2</d7p1:Address2>
<d7p1:City>sample string 3</d7p1:City>
<d7p1:Country>sample string 6</d7p1:Country>
<d7p1:County>sample string 7</d7p1:County>
<d7p1:State>sample string 4</d7p1:State>
<d7p1:Zip>sample string 5</d7p1:Zip>
</Address>
<BirthDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</BirthDate>
<DependentKey xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d7p1:_entityKey>
<d7p1:_hasValue>false</d7p1:_hasValue>
<d7p1:_value>00000000-0000-0000-0000-000000000000</d7p1:_value>
</d7p1:_entityKey>
</DependentKey>
<EligibilityDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EligibilityDate>
<EndDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EndDate>
<FirstName>sample string 3</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 4</MiddleInitial>
<Phone>sample string 5</Phone>
<Relationship>Other</Relationship>
<SSN>sample string 1</SSN>
<StartDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</StartDate>
</EDIDependentEnrollmentDTO>
<EDIDependentEnrollmentDTO>
<Address xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d7p1:Address1>sample string 1</d7p1:Address1>
<d7p1:Address2>sample string 2</d7p1:Address2>
<d7p1:City>sample string 3</d7p1:City>
<d7p1:Country>sample string 6</d7p1:Country>
<d7p1:County>sample string 7</d7p1:County>
<d7p1:State>sample string 4</d7p1:State>
<d7p1:Zip>sample string 5</d7p1:Zip>
</Address>
<BirthDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</BirthDate>
<DependentKey xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d7p1:_entityKey>
<d7p1:_hasValue>false</d7p1:_hasValue>
<d7p1:_value>00000000-0000-0000-0000-000000000000</d7p1:_value>
</d7p1:_entityKey>
</DependentKey>
<EligibilityDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EligibilityDate>
<EndDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EndDate>
<FirstName>sample string 3</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 4</MiddleInitial>
<Phone>sample string 5</Phone>
<Relationship>Other</Relationship>
<SSN>sample string 1</SSN>
<StartDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</StartDate>
</EDIDependentEnrollmentDTO>
</DependentEnrollments>
<EligibilityDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EligibilityDate>
<EmployeeContribution>1</EmployeeContribution>
<EmployerDeduction>1</EmployerDeduction>
<EndDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EndDate>
<EnrollmentSignatureDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EnrollmentSignatureDate>
<IsDiscontinued>true</IsDiscontinued>
<PayFrequencyAnnualFactor>2</PayFrequencyAnnualFactor>
<SSN>sample string 1</SSN>
<StartDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</StartDate>
</EDIEnrollmentDTO>
</Enrollments>
</EDIEmployeeEnrollmentDTO>
<EDIEmployeeEnrollmentDTO>
<BaseRate>9</BaseRate>
<BaseRateStartDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</BaseRateStartDate>
<BirthDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</BirthDate>
<ClientKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d3p1:_entityKey>
<d3p1:_hasValue>false</d3p1:_hasValue>
<d3p1:_value>00000000-0000-0000-0000-000000000000</d3p1:_value>
</d3p1:_entityKey>
</ClientKey>
<CompanyCode>sample string 3</CompanyCode>
<CompanyFederalTaxID>sample string 6</CompanyFederalTaxID>
<CompanyName>sample string 5</CompanyName>
<CostCenter1Code>sample string 10</CostCenter1Code>
<CostCenter2Code>sample string 11</CostCenter2Code>
<CostCenter3Code>sample string 12</CostCenter3Code>
<CostCenter4Code>sample string 13</CostCenter4Code>
<CostCenter5Code>sample string 14</CostCenter5Code>
<DivisionCode>sample string 4</DivisionCode>
<Email>sample string 24</Email>
<EmployeeKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d3p1:_entityKey>
<d3p1:_hasValue>false</d3p1:_hasValue>
<d3p1:_value>00000000-0000-0000-0000-000000000000</d3p1:_value>
</d3p1:_entityKey>
</EmployeeKey>
<EmployeeNumber>sample string 1</EmployeeNumber>
<EmployeePersonalKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d3p1:_hasValue>false</d3p1:_hasValue>
<d3p1:_value>0</d3p1:_value>
</EmployeePersonalKey>
<EmployeeStatus>Active</EmployeeStatus>
<EmployeeStatusEffectiveDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</EmployeeStatusEffectiveDate>
<EmploymentType>FullTime</EmploymentType>
<FirstName>sample string 17</FirstName>
<Gender>Male</Gender>
<HireDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</HireDate>
<HomeAddress xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d3p1:Address1>sample string 1</d3p1:Address1>
<d3p1:Address2>sample string 2</d3p1:Address2>
<d3p1:City>sample string 3</d3p1:City>
<d3p1:Country>sample string 6</d3p1:Country>
<d3p1:County>sample string 7</d3p1:County>
<d3p1:State>sample string 4</d3p1:State>
<d3p1:Zip>sample string 5</d3p1:Zip>
</HomeAddress>
<HomePhone>sample string 21</HomePhone>
<IsDisabled>true</IsDisabled>
<IsTobaccoUser>true</IsTobaccoUser>
<JobTitle>sample string 16</JobTitle>
<LastName>sample string 18</LastName>
<MailingAddress xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d3p1:Address1>sample string 1</d3p1:Address1>
<d3p1:Address2>sample string 2</d3p1:Address2>
<d3p1:City>sample string 3</d3p1:City>
<d3p1:Country>sample string 6</d3p1:Country>
<d3p1:County>sample string 7</d3p1:County>
<d3p1:State>sample string 4</d3p1:State>
<d3p1:Zip>sample string 5</d3p1:Zip>
</MailingAddress>
<MaritalStatus>sample string 25</MaritalStatus>
<MiddleInitial>65</MiddleInitial>
<MobilePhone>sample string 23</MobilePhone>
<Nickname>sample string 20</Nickname>
<PayFrequency>YEAR</PayFrequency>
<PayType>Salary</PayType>
<RehireDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</RehireDate>
<SSN>sample string 2</SSN>
<StandardHours>15</StandardHours>
<Suffix>sample string 19</Suffix>
<TerminationDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d3p1:Year>1</d3p1:Year>
<d3p1:Month>2</d3p1:Month>
<d3p1:Day>3</d3p1:Day>
</TerminationDate>
<TerminationReason>sample string 26</TerminationReason>
<WorkAuthorizationStatus>AuthorizedAlien</WorkAuthorizationStatus>
<WorkPhone>sample string 22</WorkPhone>
<Enrollments>
<EDIEnrollmentDTO>
<AnnualElectionAmount>1</AnnualElectionAmount>
<BenefitEnrollmentReasonCode>sample string 7</BenefitEnrollmentReasonCode>
<BenefitEnrollmentReasonType>OpenEnrollment</BenefitEnrollmentReasonType>
<BenefitEnrollmentType>Enrollment</BenefitEnrollmentType>
<BenefitPlanDescription>sample string 6</BenefitPlanDescription>
<BenefitPlanEndDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</BenefitPlanEndDate>
<BenefitPlanId xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_entityKey>
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>00000000-0000-0000-0000-000000000000</d5p1:_value>
</d5p1:_entityKey>
</BenefitPlanId>
<BenefitPlanName>sample string 5</BenefitPlanName>
<BenefitPlanStartDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</BenefitPlanStartDate>
<BenefitPlanType>Other</BenefitPlanType>
<BenefitProviderDescription>sample string 4</BenefitProviderDescription>
<BenefitProviderId xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>0</d5p1:_value>
</BenefitProviderId>
<BenefitProviderName>sample string 3</BenefitProviderName>
<ClientKey xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_entityKey>
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>00000000-0000-0000-0000-000000000000</d5p1:_value>
</d5p1:_entityKey>
</ClientKey>
<CoverageLevel>EmployeeOnly</CoverageLevel>
<DependentEnrollments>
<EDIDependentEnrollmentDTO>
<Address xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d7p1:Address1>sample string 1</d7p1:Address1>
<d7p1:Address2>sample string 2</d7p1:Address2>
<d7p1:City>sample string 3</d7p1:City>
<d7p1:Country>sample string 6</d7p1:Country>
<d7p1:County>sample string 7</d7p1:County>
<d7p1:State>sample string 4</d7p1:State>
<d7p1:Zip>sample string 5</d7p1:Zip>
</Address>
<BirthDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</BirthDate>
<DependentKey xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d7p1:_entityKey>
<d7p1:_hasValue>false</d7p1:_hasValue>
<d7p1:_value>00000000-0000-0000-0000-000000000000</d7p1:_value>
</d7p1:_entityKey>
</DependentKey>
<EligibilityDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EligibilityDate>
<EndDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EndDate>
<FirstName>sample string 3</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 4</MiddleInitial>
<Phone>sample string 5</Phone>
<Relationship>Other</Relationship>
<SSN>sample string 1</SSN>
<StartDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</StartDate>
</EDIDependentEnrollmentDTO>
<EDIDependentEnrollmentDTO>
<Address xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d7p1:Address1>sample string 1</d7p1:Address1>
<d7p1:Address2>sample string 2</d7p1:Address2>
<d7p1:City>sample string 3</d7p1:City>
<d7p1:Country>sample string 6</d7p1:Country>
<d7p1:County>sample string 7</d7p1:County>
<d7p1:State>sample string 4</d7p1:State>
<d7p1:Zip>sample string 5</d7p1:Zip>
</Address>
<BirthDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</BirthDate>
<DependentKey xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d7p1:_entityKey>
<d7p1:_hasValue>false</d7p1:_hasValue>
<d7p1:_value>00000000-0000-0000-0000-000000000000</d7p1:_value>
</d7p1:_entityKey>
</DependentKey>
<EligibilityDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EligibilityDate>
<EndDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EndDate>
<FirstName>sample string 3</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 4</MiddleInitial>
<Phone>sample string 5</Phone>
<Relationship>Other</Relationship>
<SSN>sample string 1</SSN>
<StartDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</StartDate>
</EDIDependentEnrollmentDTO>
</DependentEnrollments>
<EligibilityDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EligibilityDate>
<EmployeeContribution>1</EmployeeContribution>
<EmployerDeduction>1</EmployerDeduction>
<EndDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EndDate>
<EnrollmentSignatureDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EnrollmentSignatureDate>
<IsDiscontinued>true</IsDiscontinued>
<PayFrequencyAnnualFactor>2</PayFrequencyAnnualFactor>
<SSN>sample string 1</SSN>
<StartDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</StartDate>
</EDIEnrollmentDTO>
<EDIEnrollmentDTO>
<AnnualElectionAmount>1</AnnualElectionAmount>
<BenefitEnrollmentReasonCode>sample string 7</BenefitEnrollmentReasonCode>
<BenefitEnrollmentReasonType>OpenEnrollment</BenefitEnrollmentReasonType>
<BenefitEnrollmentType>Enrollment</BenefitEnrollmentType>
<BenefitPlanDescription>sample string 6</BenefitPlanDescription>
<BenefitPlanEndDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</BenefitPlanEndDate>
<BenefitPlanId xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_entityKey>
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>00000000-0000-0000-0000-000000000000</d5p1:_value>
</d5p1:_entityKey>
</BenefitPlanId>
<BenefitPlanName>sample string 5</BenefitPlanName>
<BenefitPlanStartDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</BenefitPlanStartDate>
<BenefitPlanType>Other</BenefitPlanType>
<BenefitProviderDescription>sample string 4</BenefitProviderDescription>
<BenefitProviderId xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>0</d5p1:_value>
</BenefitProviderId>
<BenefitProviderName>sample string 3</BenefitProviderName>
<ClientKey xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d5p1:_entityKey>
<d5p1:_hasValue>false</d5p1:_hasValue>
<d5p1:_value>00000000-0000-0000-0000-000000000000</d5p1:_value>
</d5p1:_entityKey>
</ClientKey>
<CoverageLevel>EmployeeOnly</CoverageLevel>
<DependentEnrollments>
<EDIDependentEnrollmentDTO>
<Address xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d7p1:Address1>sample string 1</d7p1:Address1>
<d7p1:Address2>sample string 2</d7p1:Address2>
<d7p1:City>sample string 3</d7p1:City>
<d7p1:Country>sample string 6</d7p1:Country>
<d7p1:County>sample string 7</d7p1:County>
<d7p1:State>sample string 4</d7p1:State>
<d7p1:Zip>sample string 5</d7p1:Zip>
</Address>
<BirthDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</BirthDate>
<DependentKey xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d7p1:_entityKey>
<d7p1:_hasValue>false</d7p1:_hasValue>
<d7p1:_value>00000000-0000-0000-0000-000000000000</d7p1:_value>
</d7p1:_entityKey>
</DependentKey>
<EligibilityDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EligibilityDate>
<EndDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EndDate>
<FirstName>sample string 3</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 4</MiddleInitial>
<Phone>sample string 5</Phone>
<Relationship>Other</Relationship>
<SSN>sample string 1</SSN>
<StartDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</StartDate>
</EDIDependentEnrollmentDTO>
<EDIDependentEnrollmentDTO>
<Address xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d7p1:Address1>sample string 1</d7p1:Address1>
<d7p1:Address2>sample string 2</d7p1:Address2>
<d7p1:City>sample string 3</d7p1:City>
<d7p1:Country>sample string 6</d7p1:Country>
<d7p1:County>sample string 7</d7p1:County>
<d7p1:State>sample string 4</d7p1:State>
<d7p1:Zip>sample string 5</d7p1:Zip>
</Address>
<BirthDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</BirthDate>
<DependentKey xmlns:d7p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d7p1:_entityKey>
<d7p1:_hasValue>false</d7p1:_hasValue>
<d7p1:_value>00000000-0000-0000-0000-000000000000</d7p1:_value>
</d7p1:_entityKey>
</DependentKey>
<EligibilityDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EligibilityDate>
<EndDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</EndDate>
<FirstName>sample string 3</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 4</MiddleInitial>
<Phone>sample string 5</Phone>
<Relationship>Other</Relationship>
<SSN>sample string 1</SSN>
<StartDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d7p1:Year>1</d7p1:Year>
<d7p1:Month>2</d7p1:Month>
<d7p1:Day>3</d7p1:Day>
</StartDate>
</EDIDependentEnrollmentDTO>
</DependentEnrollments>
<EligibilityDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EligibilityDate>
<EmployeeContribution>1</EmployeeContribution>
<EmployerDeduction>1</EmployerDeduction>
<EndDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EndDate>
<EnrollmentSignatureDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</EnrollmentSignatureDate>
<IsDiscontinued>true</IsDiscontinued>
<PayFrequencyAnnualFactor>2</PayFrequencyAnnualFactor>
<SSN>sample string 1</SSN>
<StartDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d5p1:Year>1</d5p1:Year>
<d5p1:Month>2</d5p1:Month>
<d5p1:Day>3</d5p1:Day>
</StartDate>
</EDIEnrollmentDTO>
</Enrollments>
</EDIEmployeeEnrollmentDTO>
</ArrayOfEDIEmployeeEnrollmentDTO>