POST v1/imports/pay-entries?importAction={importAction}&allowSameFile={allowSameFile}

Import Pay Entries

Request Information

URI Parameters

NameDescriptionTypeAdditional information
importAction

The import action.

ImportAction

Default value is Insert

allowSameFile

Determines if the import allows the content to be imported multiple times

boolean

Default value is True

Body Parameters

The items to import.

Collection of EmployeePayEntryImportDTO
NameDescriptionTypeAdditional information
EmployeeNumber

string

None.

EmployeePersonalId

integer

None.

SerializablePayrollKey

globally unique identifier

None.

CheckDate

date

None.

RunNumber

integer

None.

BatchCode

string

None.

CreateBatch

boolean

None.

PayBatch

PayBatchSubImportDTO

None.

CreatePayroll

boolean

None.

Payroll

PayrollSubImportDTO

None.

PayNumber

integer

None.

RecordType

PayEntryRecordType

None.

Code

string

None.

Hours

decimal number

None.

Rate

decimal number

None.

Amount

decimal number

None.

PrepaidCheckNumber

integer

None.

In1

FixedDateTime

None.

Out1

FixedDateTime

None.

In2

FixedDateTime

None.

Out2

FixedDateTime

None.

In1Time

LocalTime

None.

Out1Time

LocalTime

None.

In2Time

LocalTime

None.

Out2Time

LocalTime

None.

ChargeDate

date

None.

Memo

string

None.

InternalMemo

string

None.

BlockScheduled

boolean

None.

ArrearsAmount

decimal number

None.

CheckTypeCode

string

None.

JobCode

string

None.

CostCenter1

string

None.

CostCenter2

string

None.

CostCenter3

string

None.

CostCenter4

string

None.

CostCenter5

string

None.

RateCode

string

None.

TaxLocationCode

string

None.

EntryType

EntryType

None.

BlockAllDeductions

boolean

None.

BlockAutoPay

boolean

None.

BlockScheduledEarnings

boolean

None.

BlockAllocations

boolean

None.

BlockWithholdingTaxes

boolean

None.

BlockACH

boolean

None.

BlockPTOAccruals

boolean

None.

BlockPTOTaken

boolean

None.

GrossUp

boolean

None.

DoNotAccumulateArrears

boolean

None.

DoNotTakeArrears

boolean

None.

UseBonusTaxCalc

boolean

None.

PrintStub

boolean

None.

PeriodBegin

date

None.

PeriodEnd

date

None.

StubMessage

string

None.

GrossUpCode

string

None.

PayFrequency

PayFrequency

None.

ShiftCode

string

None.

DivisionCode

string

None.

CompanyCode

string

Required

Request Formats

application/json, text/json

Sample:
[
  {
    "employeeNumber": "sample string 1",
    "employeePersonalId": 1,
    "serializablePayrollKey": "029aa4cf-ff54-4048-90d3-8f01390383ff",
    "payrollKey": "029aa4cf-ff54-4048-90d3-8f01390383ff",
    "checkDate": "0001-02-03",
    "runNumber": 1,
    "batchCode": "sample string 2",
    "createBatch": true,
    "payBatch": {
      "description": "sample string 1",
      "checkTypeCode": "sample string 2",
      "periodBegin": "0001-02-03",
      "periodEnd": "0001-02-03",
      "employeeSortCode": "sample string 3",
      "gridCode": "sample string 4",
      "blockScheduledEarnings": true,
      "blockAdditionalTax": true,
      "blockAutoPay": true,
      "payGroupCode": "sample string 5"
    },
    "createPayroll": true,
    "payroll": {
      "periodBegin": "0001-02-03",
      "periodEnd": "0001-02-03",
      "blockACH": true,
      "blockBilling": true,
      "blockProduction": true,
      "blockPTOAccrual": true,
      "blockPTORollover": true,
      "blockPTOTaken": true,
      "blockAllDeductions": true,
      "blockTaxFiling": true,
      "blockThirdPartyChecks": true,
      "doNotTakeArrears": true,
      "doNotAccumulateArrears": true,
      "offCycle": true,
      "payrollType": "Standard",
      "scheduledDate": "0001-02-03"
    },
    "payNumber": 1,
    "recordType": "E",
    "code": "sample string 5",
    "hours": 1.0,
    "rate": 1.0,
    "amount": 1.0,
    "prepaidCheckNumber": 1,
    "in1": "0001-02-03T09:05:06.007Z",
    "out1": "0001-02-03T09:05:06.007Z",
    "in2": "0001-02-03T09:05:06.007Z",
    "out2": "0001-02-03T09:05:06.007Z",
    "in1Time": "00:00:00",
    "out1Time": "00:00:00",
    "in2Time": "00:00:00",
    "out2Time": "00:00:00",
    "chargeDate": "0001-02-03",
    "memo": "sample string 6",
    "internalMemo": "sample string 7",
    "blockScheduled": true,
    "arrearsAmount": 1.0,
    "checkTypeCode": "sample string 8",
    "jobCode": "sample string 9",
    "costCenter1": "sample string 10",
    "costCenter2": "sample string 11",
    "costCenter3": "sample string 12",
    "costCenter4": "sample string 13",
    "costCenter5": "sample string 14",
    "rateCode": "sample string 15",
    "taxLocationCode": "sample string 16",
    "entryType": "PriorQtrAdj",
    "blockAllDeductions": true,
    "blockAutoPay": true,
    "blockScheduledEarnings": true,
    "blockAllocations": true,
    "blockWithholdingTaxes": true,
    "blockACH": true,
    "blockPTOAccruals": true,
    "blockPTOTaken": true,
    "grossUp": true,
    "doNotAccumulateArrears": true,
    "doNotTakeArrears": true,
    "useBonusTaxCalc": true,
    "printStub": true,
    "periodBegin": "0001-02-03",
    "periodEnd": "0001-02-03",
    "stubMessage": "sample string 17",
    "grossUpCode": "sample string 18",
    "payFrequency": "YEAR",
    "shiftCode": "sample string 19",
    "divisionCode": "sample string 20",
    "companyCode": "sample string 21"
  },
  {
    "employeeNumber": "sample string 1",
    "employeePersonalId": 1,
    "serializablePayrollKey": "029aa4cf-ff54-4048-90d3-8f01390383ff",
    "payrollKey": "029aa4cf-ff54-4048-90d3-8f01390383ff",
    "checkDate": "0001-02-03",
    "runNumber": 1,
    "batchCode": "sample string 2",
    "createBatch": true,
    "payBatch": {
      "description": "sample string 1",
      "checkTypeCode": "sample string 2",
      "periodBegin": "0001-02-03",
      "periodEnd": "0001-02-03",
      "employeeSortCode": "sample string 3",
      "gridCode": "sample string 4",
      "blockScheduledEarnings": true,
      "blockAdditionalTax": true,
      "blockAutoPay": true,
      "payGroupCode": "sample string 5"
    },
    "createPayroll": true,
    "payroll": {
      "periodBegin": "0001-02-03",
      "periodEnd": "0001-02-03",
      "blockACH": true,
      "blockBilling": true,
      "blockProduction": true,
      "blockPTOAccrual": true,
      "blockPTORollover": true,
      "blockPTOTaken": true,
      "blockAllDeductions": true,
      "blockTaxFiling": true,
      "blockThirdPartyChecks": true,
      "doNotTakeArrears": true,
      "doNotAccumulateArrears": true,
      "offCycle": true,
      "payrollType": "Standard",
      "scheduledDate": "0001-02-03"
    },
    "payNumber": 1,
    "recordType": "E",
    "code": "sample string 5",
    "hours": 1.0,
    "rate": 1.0,
    "amount": 1.0,
    "prepaidCheckNumber": 1,
    "in1": "0001-02-03T09:05:06.007Z",
    "out1": "0001-02-03T09:05:06.007Z",
    "in2": "0001-02-03T09:05:06.007Z",
    "out2": "0001-02-03T09:05:06.007Z",
    "in1Time": "00:00:00",
    "out1Time": "00:00:00",
    "in2Time": "00:00:00",
    "out2Time": "00:00:00",
    "chargeDate": "0001-02-03",
    "memo": "sample string 6",
    "internalMemo": "sample string 7",
    "blockScheduled": true,
    "arrearsAmount": 1.0,
    "checkTypeCode": "sample string 8",
    "jobCode": "sample string 9",
    "costCenter1": "sample string 10",
    "costCenter2": "sample string 11",
    "costCenter3": "sample string 12",
    "costCenter4": "sample string 13",
    "costCenter5": "sample string 14",
    "rateCode": "sample string 15",
    "taxLocationCode": "sample string 16",
    "entryType": "PriorQtrAdj",
    "blockAllDeductions": true,
    "blockAutoPay": true,
    "blockScheduledEarnings": true,
    "blockAllocations": true,
    "blockWithholdingTaxes": true,
    "blockACH": true,
    "blockPTOAccruals": true,
    "blockPTOTaken": true,
    "grossUp": true,
    "doNotAccumulateArrears": true,
    "doNotTakeArrears": true,
    "useBonusTaxCalc": true,
    "printStub": true,
    "periodBegin": "0001-02-03",
    "periodEnd": "0001-02-03",
    "stubMessage": "sample string 17",
    "grossUpCode": "sample string 18",
    "payFrequency": "YEAR",
    "shiftCode": "sample string 19",
    "divisionCode": "sample string 20",
    "companyCode": "sample string 21"
  }
]

text/xml

Sample:
<ArrayOfEmployeePayEntryImportDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.ServiceContracts.Data.Models">
  <EmployeePayEntryImportDTO>
    <CompanyCode>sample string 21</CompanyCode>
    <DivisionCode>sample string 20</DivisionCode>
    <Amount>1</Amount>
    <ArrearsAmount>1</ArrearsAmount>
    <BatchCode>sample string 2</BatchCode>
    <BlockACH>true</BlockACH>
    <BlockAllDeductions>true</BlockAllDeductions>
    <BlockAllocations>true</BlockAllocations>
    <BlockAutoPay>true</BlockAutoPay>
    <BlockPTOAccruals>true</BlockPTOAccruals>
    <BlockPTOTaken>true</BlockPTOTaken>
    <BlockScheduled>true</BlockScheduled>
    <BlockScheduledEarnings>true</BlockScheduledEarnings>
    <BlockWithholdingTaxes>true</BlockWithholdingTaxes>
    <ChargeDate 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>
    </ChargeDate>
    <CheckDate 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>
    </CheckDate>
    <CheckTypeCode>sample string 8</CheckTypeCode>
    <Code>sample string 5</Code>
    <CostCenter1>sample string 10</CostCenter1>
    <CostCenter2>sample string 11</CostCenter2>
    <CostCenter3>sample string 12</CostCenter3>
    <CostCenter4>sample string 13</CostCenter4>
    <CostCenter5>sample string 14</CostCenter5>
    <CreateBatch>true</CreateBatch>
    <CreatePayroll>true</CreatePayroll>
    <DoNotAccumulateArrears>true</DoNotAccumulateArrears>
    <DoNotTakeArrears>true</DoNotTakeArrears>
    <EmployeeNumber>sample string 1</EmployeeNumber>
    <EmployeePersonalId>1</EmployeePersonalId>
    <EntryType>PriorQtrAdj</EntryType>
    <GrossUp>true</GrossUp>
    <GrossUpCode>sample string 18</GrossUpCode>
    <Hours>1</Hours>
    <In1 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>
      <d3p1:Hour>4</d3p1:Hour>
      <d3p1:Minute>5</d3p1:Minute>
      <d3p1:Second>6</d3p1:Second>
      <d3p1:Milisecond>7</d3p1:Milisecond>
    </In1>
    <In1Time>00:00:00</In1Time>
    <In2 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>
      <d3p1:Hour>4</d3p1:Hour>
      <d3p1:Minute>5</d3p1:Minute>
      <d3p1:Second>6</d3p1:Second>
      <d3p1:Milisecond>7</d3p1:Milisecond>
    </In2>
    <In2Time>00:00:00</In2Time>
    <InternalMemo>sample string 7</InternalMemo>
    <JobCode>sample string 9</JobCode>
    <Memo>sample string 6</Memo>
    <Out1 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>
      <d3p1:Hour>4</d3p1:Hour>
      <d3p1:Minute>5</d3p1:Minute>
      <d3p1:Second>6</d3p1:Second>
      <d3p1:Milisecond>7</d3p1:Milisecond>
    </Out1>
    <Out1Time>00:00:00</Out1Time>
    <Out2 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>
      <d3p1:Hour>4</d3p1:Hour>
      <d3p1:Minute>5</d3p1:Minute>
      <d3p1:Second>6</d3p1:Second>
      <d3p1:Milisecond>7</d3p1:Milisecond>
    </Out2>
    <Out2Time>00:00:00</Out2Time>
    <PayBatch>
      <BlockAdditionalTax>true</BlockAdditionalTax>
      <BlockAutoPay>true</BlockAutoPay>
      <BlockScheduledEarnings>true</BlockScheduledEarnings>
      <CheckTypeCode>sample string 2</CheckTypeCode>
      <Description>sample string 1</Description>
      <EmployeeSortCode>sample string 3</EmployeeSortCode>
      <GridCode>sample string 4</GridCode>
      <PayGroupCode>sample string 5</PayGroupCode>
      <PeriodBegin xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
        <d4p1:Year>1</d4p1:Year>
        <d4p1:Month>2</d4p1:Month>
        <d4p1:Day>3</d4p1:Day>
      </PeriodBegin>
      <PeriodEnd xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
        <d4p1:Year>1</d4p1:Year>
        <d4p1:Month>2</d4p1:Month>
        <d4p1:Day>3</d4p1:Day>
      </PeriodEnd>
    </PayBatch>
    <PayFrequency>YEAR</PayFrequency>
    <PayNumber>1</PayNumber>
    <Payroll>
      <BlockACH>true</BlockACH>
      <BlockAllDeductions>true</BlockAllDeductions>
      <BlockBilling>true</BlockBilling>
      <BlockPTOAccrual>true</BlockPTOAccrual>
      <BlockPTORollover>true</BlockPTORollover>
      <BlockPTOTaken>true</BlockPTOTaken>
      <BlockProduction>true</BlockProduction>
      <BlockTaxFiling>true</BlockTaxFiling>
      <BlockThirdPartyChecks>true</BlockThirdPartyChecks>
      <DoNotAccumulateArrears>true</DoNotAccumulateArrears>
      <DoNotTakeArrears>true</DoNotTakeArrears>
      <OffCycle>true</OffCycle>
      <PayrollType>Standard</PayrollType>
      <PeriodBegin xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
        <d4p1:Year>1</d4p1:Year>
        <d4p1:Month>2</d4p1:Month>
        <d4p1:Day>3</d4p1:Day>
      </PeriodBegin>
      <PeriodEnd xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
        <d4p1:Year>1</d4p1:Year>
        <d4p1:Month>2</d4p1:Month>
        <d4p1:Day>3</d4p1:Day>
      </PeriodEnd>
      <ScheduledDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
        <d4p1:Year>1</d4p1:Year>
        <d4p1:Month>2</d4p1:Month>
        <d4p1:Day>3</d4p1:Day>
      </ScheduledDate>
    </Payroll>
    <PayrollKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
      <d3p1:_entityKey>
        <d3p1:_hasValue>true</d3p1:_hasValue>
        <d3p1:_value>029aa4cf-ff54-4048-90d3-8f01390383ff</d3p1:_value>
      </d3p1:_entityKey>
    </PayrollKey>
    <PeriodBegin 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>
    </PeriodBegin>
    <PeriodEnd 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>
    </PeriodEnd>
    <PrepaidCheckNumber>1</PrepaidCheckNumber>
    <PrintStub>true</PrintStub>
    <Rate>1</Rate>
    <RateCode>sample string 15</RateCode>
    <RecordType>E</RecordType>
    <RunNumber>1</RunNumber>
    <SerializablePayrollKey>029aa4cf-ff54-4048-90d3-8f01390383ff</SerializablePayrollKey>
    <ShiftCode>sample string 19</ShiftCode>
    <StubMessage>sample string 17</StubMessage>
    <TaxLocationCode>sample string 16</TaxLocationCode>
    <UseBonusTaxCalc>true</UseBonusTaxCalc>
  </EmployeePayEntryImportDTO>
  <EmployeePayEntryImportDTO>
    <CompanyCode>sample string 21</CompanyCode>
    <DivisionCode>sample string 20</DivisionCode>
    <Amount>1</Amount>
    <ArrearsAmount>1</ArrearsAmount>
    <BatchCode>sample string 2</BatchCode>
    <BlockACH>true</BlockACH>
    <BlockAllDeductions>true</BlockAllDeductions>
    <BlockAllocations>true</BlockAllocations>
    <BlockAutoPay>true</BlockAutoPay>
    <BlockPTOAccruals>true</BlockPTOAccruals>
    <BlockPTOTaken>true</BlockPTOTaken>
    <BlockScheduled>true</BlockScheduled>
    <BlockScheduledEarnings>true</BlockScheduledEarnings>
    <BlockWithholdingTaxes>true</BlockWithholdingTaxes>
    <ChargeDate 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>
    </ChargeDate>
    <CheckDate 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>
    </CheckDate>
    <CheckTypeCode>sample string 8</CheckTypeCode>
    <Code>sample string 5</Code>
    <CostCenter1>sample string 10</CostCenter1>
    <CostCenter2>sample string 11</CostCenter2>
    <CostCenter3>sample string 12</CostCenter3>
    <CostCenter4>sample string 13</CostCenter4>
    <CostCenter5>sample string 14</CostCenter5>
    <CreateBatch>true</CreateBatch>
    <CreatePayroll>true</CreatePayroll>
    <DoNotAccumulateArrears>true</DoNotAccumulateArrears>
    <DoNotTakeArrears>true</DoNotTakeArrears>
    <EmployeeNumber>sample string 1</EmployeeNumber>
    <EmployeePersonalId>1</EmployeePersonalId>
    <EntryType>PriorQtrAdj</EntryType>
    <GrossUp>true</GrossUp>
    <GrossUpCode>sample string 18</GrossUpCode>
    <Hours>1</Hours>
    <In1 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>
      <d3p1:Hour>4</d3p1:Hour>
      <d3p1:Minute>5</d3p1:Minute>
      <d3p1:Second>6</d3p1:Second>
      <d3p1:Milisecond>7</d3p1:Milisecond>
    </In1>
    <In1Time>00:00:00</In1Time>
    <In2 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>
      <d3p1:Hour>4</d3p1:Hour>
      <d3p1:Minute>5</d3p1:Minute>
      <d3p1:Second>6</d3p1:Second>
      <d3p1:Milisecond>7</d3p1:Milisecond>
    </In2>
    <In2Time>00:00:00</In2Time>
    <InternalMemo>sample string 7</InternalMemo>
    <JobCode>sample string 9</JobCode>
    <Memo>sample string 6</Memo>
    <Out1 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>
      <d3p1:Hour>4</d3p1:Hour>
      <d3p1:Minute>5</d3p1:Minute>
      <d3p1:Second>6</d3p1:Second>
      <d3p1:Milisecond>7</d3p1:Milisecond>
    </Out1>
    <Out1Time>00:00:00</Out1Time>
    <Out2 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>
      <d3p1:Hour>4</d3p1:Hour>
      <d3p1:Minute>5</d3p1:Minute>
      <d3p1:Second>6</d3p1:Second>
      <d3p1:Milisecond>7</d3p1:Milisecond>
    </Out2>
    <Out2Time>00:00:00</Out2Time>
    <PayBatch>
      <BlockAdditionalTax>true</BlockAdditionalTax>
      <BlockAutoPay>true</BlockAutoPay>
      <BlockScheduledEarnings>true</BlockScheduledEarnings>
      <CheckTypeCode>sample string 2</CheckTypeCode>
      <Description>sample string 1</Description>
      <EmployeeSortCode>sample string 3</EmployeeSortCode>
      <GridCode>sample string 4</GridCode>
      <PayGroupCode>sample string 5</PayGroupCode>
      <PeriodBegin xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
        <d4p1:Year>1</d4p1:Year>
        <d4p1:Month>2</d4p1:Month>
        <d4p1:Day>3</d4p1:Day>
      </PeriodBegin>
      <PeriodEnd xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
        <d4p1:Year>1</d4p1:Year>
        <d4p1:Month>2</d4p1:Month>
        <d4p1:Day>3</d4p1:Day>
      </PeriodEnd>
    </PayBatch>
    <PayFrequency>YEAR</PayFrequency>
    <PayNumber>1</PayNumber>
    <Payroll>
      <BlockACH>true</BlockACH>
      <BlockAllDeductions>true</BlockAllDeductions>
      <BlockBilling>true</BlockBilling>
      <BlockPTOAccrual>true</BlockPTOAccrual>
      <BlockPTORollover>true</BlockPTORollover>
      <BlockPTOTaken>true</BlockPTOTaken>
      <BlockProduction>true</BlockProduction>
      <BlockTaxFiling>true</BlockTaxFiling>
      <BlockThirdPartyChecks>true</BlockThirdPartyChecks>
      <DoNotAccumulateArrears>true</DoNotAccumulateArrears>
      <DoNotTakeArrears>true</DoNotTakeArrears>
      <OffCycle>true</OffCycle>
      <PayrollType>Standard</PayrollType>
      <PeriodBegin xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
        <d4p1:Year>1</d4p1:Year>
        <d4p1:Month>2</d4p1:Month>
        <d4p1:Day>3</d4p1:Day>
      </PeriodBegin>
      <PeriodEnd xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
        <d4p1:Year>1</d4p1:Year>
        <d4p1:Month>2</d4p1:Month>
        <d4p1:Day>3</d4p1:Day>
      </PeriodEnd>
      <ScheduledDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
        <d4p1:Year>1</d4p1:Year>
        <d4p1:Month>2</d4p1:Month>
        <d4p1:Day>3</d4p1:Day>
      </ScheduledDate>
    </Payroll>
    <PayrollKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
      <d3p1:_entityKey>
        <d3p1:_hasValue>true</d3p1:_hasValue>
        <d3p1:_value>029aa4cf-ff54-4048-90d3-8f01390383ff</d3p1:_value>
      </d3p1:_entityKey>
    </PayrollKey>
    <PeriodBegin 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>
    </PeriodBegin>
    <PeriodEnd 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>
    </PeriodEnd>
    <PrepaidCheckNumber>1</PrepaidCheckNumber>
    <PrintStub>true</PrintStub>
    <Rate>1</Rate>
    <RateCode>sample string 15</RateCode>
    <RecordType>E</RecordType>
    <RunNumber>1</RunNumber>
    <SerializablePayrollKey>029aa4cf-ff54-4048-90d3-8f01390383ff</SerializablePayrollKey>
    <ShiftCode>sample string 19</ShiftCode>
    <StubMessage>sample string 17</StubMessage>
    <TaxLocationCode>sample string 16</TaxLocationCode>
    <UseBonusTaxCalc>true</UseBonusTaxCalc>
  </EmployeePayEntryImportDTO>
</ArrayOfEmployeePayEntryImportDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The results of the import.

ImportResultDTO
NameDescriptionTypeAdditional information
NewRecords

integer

None.

UpdatedRecords

integer

None.

Errors

Collection of ImportErrorDTO

None.

NewRecordKeys

Collection of ImportKeyDTO

None.

UpdatedRecordKeys

Collection of ImportKeyDTO

None.

ImportKey

GlobalEntityKeyOfIImportSubmission

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.