GetPayrollRuns

Input

Input are following parameters.

 

Element

Item description

Obligation

searchQuery.year

year of payroll run

No

searchQuery.month

month of payroll run

No

searchQuery.cycleID

cycle Id of payroll run

No

searchQuery.isClosed

if true return only closed payroll runs

No

searchQuery.page

Number of pages

No

searchQuery.pageSize

Hits per page

No

searchQuery.recordDtModifiedFrom

Last modified on date

No

 

 

Example of response

<?xml version="1.0" encoding="utf-8"?>
<Payrolls xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <Payroll>
        <Year>2018</Year>
        <Month>4</Month>
        <CycleID>1</CycleID>
        <DateClosed>2018-02-16T12:29:45.587</DateClosed>
        <LedgerReady>1</LedgerReady>
        <PaymentsLedgerReady>1</PaymentsLedgerReady>
        <LedgerExportCompleted>29</LedgerExportCompleted>
        <PaymentsLedgerExportCompleted>6</PaymentsLedgerExportCompleted>
        <IsClosed>1</IsClosed>
    </Payroll>
</Payrolls>

Natisni