GET v1/benefits/export/clients/{clientCode}/employees?asOf={asOf}&startHireDate={startHireDate}&endHireDate={endHireDate}&rangeStart={rangeStart}&rangeEnd={rangeEnd}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientCode | string |
Required |
|
| asOf | date |
None. |
|
| startHireDate | date |
None. |
|
| endHireDate | date |
None. |
|
| rangeStart | date |
None. |
|
| rangeEnd | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of BenefitsEmployeeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyLegalName | string |
None. |
|
| DivisionName | string |
None. |
|
| ClientKey | GlobalEntityKeyOfISBClient |
None. |
|
| EmployeeStatus | EmployeeStatus |
None. |
|
| EmployeeStatusCode | string |
None. |
|
| EmployeeStatusDescription | string |
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. |
|
| StandardHours | decimal number |
None. |
|
| JobTitle | string |
None. |
|
| JobTrainingCode | string |
None. |
|
| DateOfBirth | date |
None. |
|
| CostCenters | Collection of ExportCostCenterDateEffectiveHeaderDTO |
None. |
|
| JobCode | string |
None. |
|
| JobDescription | string |
None. |
|
| BenefitCategoryCode | string |
None. |
|
| BenefitCategoryDescription | string |
None. |
|
| BenefitCategoryStartDate | date |
None. |
|
| BenefitCategoryEndDate | date |
None. |
|
| DefaultTaxLocationCode | string |
None. |
|
| DefaultTaxLocationDescription | string |
None. |
|
| DependentHealthInsEligible | boolean |
None. |
|
| DependentHealthInsEligibilityDate | date |
None. |
|
| LocationCode | string |
None. |
|
| LocationDescription | string |
None. |
|
| Dependents | Collection of BenefitsEmployeeDependentDTO |
None. |
|
| ACAStatus | ACAStatus |
None. |
|
| ACAStatusStartDate | date |
None. |
|
| ACAStatusEndDate | date |
None. |
|
| AllocationStartDate | date |
None. |
|
| AllocationEndDate | date |
None. |
|
| PositionStartDate | date |
None. |
|
| PositionEndDate | date |
None. |
|
| PayInfoStartDate | date |
None. |
|
| PayInfoEndDate | date |
None. |
|
| Suffix | string |
None. |
|
| Nickname | string |
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. |
|
| PersonalId | integer |
None. |
|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| MiddleInitial | character |
None. |
|
| SSN | string |
None. |
|
| BirthDate | date |
None. |
|
| PrimaryLanguage | Language |
None. |
|
| DivisionKey | DivisionKeyDTO |
None. |
|
| EmployeeKey | GlobalEntityKeyOfIEmployee |
None. |
|
| EmployeeNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"companyLegalName": "sample string 1",
"divisionName": "sample string 2",
"clientKey": "<empty>",
"employeeStatus": "Active",
"employeeStatusCode": "sample string 3",
"employeeStatusDescription": "sample string 4",
"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": 7.0,
"baseRateStartDate": "0001-02-03",
"standardHours": 8.0,
"jobTitle": "sample string 9",
"jobTrainingCode": "sample string 10",
"dateOfBirth": "0001-02-03",
"costCenters": [
{
"startDate": "0001-02-03",
"level": 1,
"levelCode": "sample string 2",
"costCenterCode": "sample string 3",
"costCenterDescription": "sample string 4",
"groupCode": "sample string 5"
},
{
"startDate": "0001-02-03",
"level": 1,
"levelCode": "sample string 2",
"costCenterCode": "sample string 3",
"costCenterDescription": "sample string 4",
"groupCode": "sample string 5"
}
],
"jobCode": "sample string 11",
"jobDescription": "sample string 12",
"benefitCategoryCode": "sample string 13",
"benefitCategoryDescription": "sample string 14",
"benefitCategoryStartDate": "0001-02-03",
"benefitCategoryEndDate": "0001-02-03",
"defaultTaxLocationCode": "sample string 15",
"defaultTaxLocationDescription": "sample string 16",
"dependentHealthInsEligible": true,
"dependentHealthInsEligibilityDate": "0001-02-03",
"locationCode": "sample string 18",
"locationDescription": "sample string 19",
"dependents": [
{
"firstName": "sample string 1",
"lastName": "sample string 2",
"middleInitial": "sample string 3",
"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 4",
"ssn": "sample string 5",
"birthDate": "0001-02-03",
"gender": "Male",
"relationshipType": "Other",
"isSmoker": true,
"isStudent": true,
"isDisabled": true
},
{
"firstName": "sample string 1",
"lastName": "sample string 2",
"middleInitial": "sample string 3",
"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 4",
"ssn": "sample string 5",
"birthDate": "0001-02-03",
"gender": "Male",
"relationshipType": "Other",
"isSmoker": true,
"isStudent": true,
"isDisabled": true
}
],
"acaStatus": "ACAFullTime",
"acaStatusStartDate": "0001-02-03",
"acaStatusEndDate": "0001-02-03",
"allocationStartDate": "0001-02-03",
"allocationEndDate": "0001-02-03",
"positionStartDate": "0001-02-03",
"positionEndDate": "0001-02-03",
"payInfoStartDate": "0001-02-03",
"payInfoEndDate": "0001-02-03",
"suffix": "sample string 20",
"nickname": "sample string 21",
"homePhone": "sample string 22",
"workPhone": "sample string 23",
"mobilePhone": "sample string 24",
"email": "sample string 25",
"maritalStatus": "sample string 26",
"employmentType": "FullTime",
"hireDate": "0001-02-03",
"rehireDate": "0001-02-03",
"terminationDate": "0001-02-03",
"terminationReason": "sample string 27",
"personalId": 28,
"lastName": "sample string 29",
"firstName": "sample string 30",
"middleInitial": "A",
"ssn": "sample string 32",
"birthDate": "0001-02-03",
"primaryLanguage": "en",
"divisionKey": {
"companyCode": "sample string 1",
"divisionCode": "sample string 2"
},
"employeeKey": "<empty>",
"employeeNumber": "sample string 33"
},
{
"companyLegalName": "sample string 1",
"divisionName": "sample string 2",
"clientKey": "<empty>",
"employeeStatus": "Active",
"employeeStatusCode": "sample string 3",
"employeeStatusDescription": "sample string 4",
"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": 7.0,
"baseRateStartDate": "0001-02-03",
"standardHours": 8.0,
"jobTitle": "sample string 9",
"jobTrainingCode": "sample string 10",
"dateOfBirth": "0001-02-03",
"costCenters": [
{
"startDate": "0001-02-03",
"level": 1,
"levelCode": "sample string 2",
"costCenterCode": "sample string 3",
"costCenterDescription": "sample string 4",
"groupCode": "sample string 5"
},
{
"startDate": "0001-02-03",
"level": 1,
"levelCode": "sample string 2",
"costCenterCode": "sample string 3",
"costCenterDescription": "sample string 4",
"groupCode": "sample string 5"
}
],
"jobCode": "sample string 11",
"jobDescription": "sample string 12",
"benefitCategoryCode": "sample string 13",
"benefitCategoryDescription": "sample string 14",
"benefitCategoryStartDate": "0001-02-03",
"benefitCategoryEndDate": "0001-02-03",
"defaultTaxLocationCode": "sample string 15",
"defaultTaxLocationDescription": "sample string 16",
"dependentHealthInsEligible": true,
"dependentHealthInsEligibilityDate": "0001-02-03",
"locationCode": "sample string 18",
"locationDescription": "sample string 19",
"dependents": [
{
"firstName": "sample string 1",
"lastName": "sample string 2",
"middleInitial": "sample string 3",
"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 4",
"ssn": "sample string 5",
"birthDate": "0001-02-03",
"gender": "Male",
"relationshipType": "Other",
"isSmoker": true,
"isStudent": true,
"isDisabled": true
},
{
"firstName": "sample string 1",
"lastName": "sample string 2",
"middleInitial": "sample string 3",
"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 4",
"ssn": "sample string 5",
"birthDate": "0001-02-03",
"gender": "Male",
"relationshipType": "Other",
"isSmoker": true,
"isStudent": true,
"isDisabled": true
}
],
"acaStatus": "ACAFullTime",
"acaStatusStartDate": "0001-02-03",
"acaStatusEndDate": "0001-02-03",
"allocationStartDate": "0001-02-03",
"allocationEndDate": "0001-02-03",
"positionStartDate": "0001-02-03",
"positionEndDate": "0001-02-03",
"payInfoStartDate": "0001-02-03",
"payInfoEndDate": "0001-02-03",
"suffix": "sample string 20",
"nickname": "sample string 21",
"homePhone": "sample string 22",
"workPhone": "sample string 23",
"mobilePhone": "sample string 24",
"email": "sample string 25",
"maritalStatus": "sample string 26",
"employmentType": "FullTime",
"hireDate": "0001-02-03",
"rehireDate": "0001-02-03",
"terminationDate": "0001-02-03",
"terminationReason": "sample string 27",
"personalId": 28,
"lastName": "sample string 29",
"firstName": "sample string 30",
"middleInitial": "A",
"ssn": "sample string 32",
"birthDate": "0001-02-03",
"primaryLanguage": "en",
"divisionKey": {
"companyCode": "sample string 1",
"divisionCode": "sample string 2"
},
"employeeKey": "<empty>",
"employeeNumber": "sample string 33"
}
]
text/xml
Sample:
<ArrayOfBenefitsEmployeeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.ServiceContracts.Data.Models">
<BenefitsEmployeeDTO>
<DivisionKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d3p1:CompanyCode>sample string 1</d3p1:CompanyCode>
<d3p1:DivisionCode>sample string 2</d3p1:DivisionCode>
</DivisionKey>
<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 33</EmployeeNumber>
<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>
<FirstName>sample string 30</FirstName>
<LastName>sample string 29</LastName>
<MiddleInitial>65</MiddleInitial>
<PersonalId>28</PersonalId>
<PrimaryLanguage>en</PrimaryLanguage>
<SSN>sample string 32</SSN>
<ACAStatus>ACAFullTime</ACAStatus>
<ACAStatusEndDate 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>
</ACAStatusEndDate>
<ACAStatusStartDate 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>
</ACAStatusStartDate>
<AllocationEndDate 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>
</AllocationEndDate>
<AllocationStartDate 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>
</AllocationStartDate>
<BaseRate>7</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>
<BenefitCategoryCode>sample string 13</BenefitCategoryCode>
<BenefitCategoryDescription>sample string 14</BenefitCategoryDescription>
<BenefitCategoryEndDate 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>
</BenefitCategoryEndDate>
<BenefitCategoryStartDate 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>
</BenefitCategoryStartDate>
<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>
<CompanyLegalName>sample string 1</CompanyLegalName>
<CostCenters>
<ExportCostCenterDateEffectiveHeaderDTO>
<CostCenterCode>sample string 3</CostCenterCode>
<CostCenterDescription>sample string 4</CostCenterDescription>
<GroupCode>sample string 5</GroupCode>
<Level>1</Level>
<LevelCode>sample string 2</LevelCode>
<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>
</ExportCostCenterDateEffectiveHeaderDTO>
<ExportCostCenterDateEffectiveHeaderDTO>
<CostCenterCode>sample string 3</CostCenterCode>
<CostCenterDescription>sample string 4</CostCenterDescription>
<GroupCode>sample string 5</GroupCode>
<Level>1</Level>
<LevelCode>sample string 2</LevelCode>
<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>
</ExportCostCenterDateEffectiveHeaderDTO>
</CostCenters>
<DateOfBirth 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>
</DateOfBirth>
<DefaultTaxLocationCode>sample string 15</DefaultTaxLocationCode>
<DefaultTaxLocationDescription>sample string 16</DefaultTaxLocationDescription>
<DependentHealthInsEligibilityDate 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>
</DependentHealthInsEligibilityDate>
<DependentHealthInsEligible>true</DependentHealthInsEligible>
<Dependents>
<BenefitsEmployeeDependentDTO>
<Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d5p1:Address1>sample string 1</d5p1:Address1>
<d5p1:Address2>sample string 2</d5p1:Address2>
<d5p1:City>sample string 3</d5p1:City>
<d5p1:Country>sample string 6</d5p1:Country>
<d5p1:County>sample string 7</d5p1:County>
<d5p1:State>sample string 4</d5p1:State>
<d5p1:Zip>sample string 5</d5p1:Zip>
</Address>
<BirthDate 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>
</BirthDate>
<FirstName>sample string 1</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 3</MiddleInitial>
<Phone>sample string 4</Phone>
<RelationshipType>Other</RelationshipType>
<SSN>sample string 5</SSN>
</BenefitsEmployeeDependentDTO>
<BenefitsEmployeeDependentDTO>
<Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d5p1:Address1>sample string 1</d5p1:Address1>
<d5p1:Address2>sample string 2</d5p1:Address2>
<d5p1:City>sample string 3</d5p1:City>
<d5p1:Country>sample string 6</d5p1:Country>
<d5p1:County>sample string 7</d5p1:County>
<d5p1:State>sample string 4</d5p1:State>
<d5p1:Zip>sample string 5</d5p1:Zip>
</Address>
<BirthDate 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>
</BirthDate>
<FirstName>sample string 1</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 3</MiddleInitial>
<Phone>sample string 4</Phone>
<RelationshipType>Other</RelationshipType>
<SSN>sample string 5</SSN>
</BenefitsEmployeeDependentDTO>
</Dependents>
<DivisionName>sample string 2</DivisionName>
<Email>sample string 25</Email>
<EmployeeStatus>Active</EmployeeStatus>
<EmployeeStatusCode>sample string 3</EmployeeStatusCode>
<EmployeeStatusDescription>sample string 4</EmployeeStatusDescription>
<EmploymentType>FullTime</EmploymentType>
<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 22</HomePhone>
<IsDisabled>true</IsDisabled>
<IsTobaccoUser>true</IsTobaccoUser>
<JobCode>sample string 11</JobCode>
<JobDescription>sample string 12</JobDescription>
<JobTitle>sample string 9</JobTitle>
<JobTrainingCode>sample string 10</JobTrainingCode>
<LocationCode>sample string 18</LocationCode>
<LocationDescription>sample string 19</LocationDescription>
<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 26</MaritalStatus>
<MobilePhone>sample string 24</MobilePhone>
<Nickname>sample string 21</Nickname>
<PayFrequency>YEAR</PayFrequency>
<PayInfoEndDate 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>
</PayInfoEndDate>
<PayInfoStartDate 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>
</PayInfoStartDate>
<PayType>Salary</PayType>
<PositionEndDate 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>
</PositionEndDate>
<PositionStartDate 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>
</PositionStartDate>
<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>
<StandardHours>8</StandardHours>
<Suffix>sample string 20</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 27</TerminationReason>
<WorkPhone>sample string 23</WorkPhone>
</BenefitsEmployeeDTO>
<BenefitsEmployeeDTO>
<DivisionKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d3p1:CompanyCode>sample string 1</d3p1:CompanyCode>
<d3p1:DivisionCode>sample string 2</d3p1:DivisionCode>
</DivisionKey>
<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 33</EmployeeNumber>
<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>
<FirstName>sample string 30</FirstName>
<LastName>sample string 29</LastName>
<MiddleInitial>65</MiddleInitial>
<PersonalId>28</PersonalId>
<PrimaryLanguage>en</PrimaryLanguage>
<SSN>sample string 32</SSN>
<ACAStatus>ACAFullTime</ACAStatus>
<ACAStatusEndDate 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>
</ACAStatusEndDate>
<ACAStatusStartDate 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>
</ACAStatusStartDate>
<AllocationEndDate 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>
</AllocationEndDate>
<AllocationStartDate 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>
</AllocationStartDate>
<BaseRate>7</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>
<BenefitCategoryCode>sample string 13</BenefitCategoryCode>
<BenefitCategoryDescription>sample string 14</BenefitCategoryDescription>
<BenefitCategoryEndDate 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>
</BenefitCategoryEndDate>
<BenefitCategoryStartDate 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>
</BenefitCategoryStartDate>
<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>
<CompanyLegalName>sample string 1</CompanyLegalName>
<CostCenters>
<ExportCostCenterDateEffectiveHeaderDTO>
<CostCenterCode>sample string 3</CostCenterCode>
<CostCenterDescription>sample string 4</CostCenterDescription>
<GroupCode>sample string 5</GroupCode>
<Level>1</Level>
<LevelCode>sample string 2</LevelCode>
<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>
</ExportCostCenterDateEffectiveHeaderDTO>
<ExportCostCenterDateEffectiveHeaderDTO>
<CostCenterCode>sample string 3</CostCenterCode>
<CostCenterDescription>sample string 4</CostCenterDescription>
<GroupCode>sample string 5</GroupCode>
<Level>1</Level>
<LevelCode>sample string 2</LevelCode>
<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>
</ExportCostCenterDateEffectiveHeaderDTO>
</CostCenters>
<DateOfBirth 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>
</DateOfBirth>
<DefaultTaxLocationCode>sample string 15</DefaultTaxLocationCode>
<DefaultTaxLocationDescription>sample string 16</DefaultTaxLocationDescription>
<DependentHealthInsEligibilityDate 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>
</DependentHealthInsEligibilityDate>
<DependentHealthInsEligible>true</DependentHealthInsEligible>
<Dependents>
<BenefitsEmployeeDependentDTO>
<Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d5p1:Address1>sample string 1</d5p1:Address1>
<d5p1:Address2>sample string 2</d5p1:Address2>
<d5p1:City>sample string 3</d5p1:City>
<d5p1:Country>sample string 6</d5p1:Country>
<d5p1:County>sample string 7</d5p1:County>
<d5p1:State>sample string 4</d5p1:State>
<d5p1:Zip>sample string 5</d5p1:Zip>
</Address>
<BirthDate 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>
</BirthDate>
<FirstName>sample string 1</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 3</MiddleInitial>
<Phone>sample string 4</Phone>
<RelationshipType>Other</RelationshipType>
<SSN>sample string 5</SSN>
</BenefitsEmployeeDependentDTO>
<BenefitsEmployeeDependentDTO>
<Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<d5p1:Address1>sample string 1</d5p1:Address1>
<d5p1:Address2>sample string 2</d5p1:Address2>
<d5p1:City>sample string 3</d5p1:City>
<d5p1:Country>sample string 6</d5p1:Country>
<d5p1:County>sample string 7</d5p1:County>
<d5p1:State>sample string 4</d5p1:State>
<d5p1:Zip>sample string 5</d5p1:Zip>
</Address>
<BirthDate 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>
</BirthDate>
<FirstName>sample string 1</FirstName>
<Gender>Male</Gender>
<IsDisabled>true</IsDisabled>
<IsSmoker>true</IsSmoker>
<IsStudent>true</IsStudent>
<LastName>sample string 2</LastName>
<MiddleInitial>sample string 3</MiddleInitial>
<Phone>sample string 4</Phone>
<RelationshipType>Other</RelationshipType>
<SSN>sample string 5</SSN>
</BenefitsEmployeeDependentDTO>
</Dependents>
<DivisionName>sample string 2</DivisionName>
<Email>sample string 25</Email>
<EmployeeStatus>Active</EmployeeStatus>
<EmployeeStatusCode>sample string 3</EmployeeStatusCode>
<EmployeeStatusDescription>sample string 4</EmployeeStatusDescription>
<EmploymentType>FullTime</EmploymentType>
<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 22</HomePhone>
<IsDisabled>true</IsDisabled>
<IsTobaccoUser>true</IsTobaccoUser>
<JobCode>sample string 11</JobCode>
<JobDescription>sample string 12</JobDescription>
<JobTitle>sample string 9</JobTitle>
<JobTrainingCode>sample string 10</JobTrainingCode>
<LocationCode>sample string 18</LocationCode>
<LocationDescription>sample string 19</LocationDescription>
<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 26</MaritalStatus>
<MobilePhone>sample string 24</MobilePhone>
<Nickname>sample string 21</Nickname>
<PayFrequency>YEAR</PayFrequency>
<PayInfoEndDate 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>
</PayInfoEndDate>
<PayInfoStartDate 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>
</PayInfoStartDate>
<PayType>Salary</PayType>
<PositionEndDate 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>
</PositionEndDate>
<PositionStartDate 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>
</PositionStartDate>
<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>
<StandardHours>8</StandardHours>
<Suffix>sample string 20</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 27</TerminationReason>
<WorkPhone>sample string 23</WorkPhone>
</BenefitsEmployeeDTO>
</ArrayOfBenefitsEmployeeDTO>