GET api/PayrollLedger/GetPayrollRuns?Year={Year}&Month={Month}&CycleID={CycleID}&IsClosed={IsClosed}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Year | integer |
None. |
|
| Month | integer |
None. |
|
| CycleID | integer |
None. |
|
| IsClosed | boolean |
None. |
|
| RequestType | sqRequestType |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| RecordDtModifiedFrom | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Payrolls| Name | Description | Type | Additional information |
|---|---|---|---|
| Payroll | Collection of Payroll |
None. |
Response Formats
application/xml, text/xml
Sample:
<Payrolls xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Payroll>
<Year>1</Year>
<Month>2</Month>
<CycleID>3</CycleID>
<DateClosed>2026-06-06T22:40:25.9994589+02:00</DateClosed>
<LedgerReady>64</LedgerReady>
<PaymentsLedgerReady>64</PaymentsLedgerReady>
<LedgerExportCompleted>64</LedgerExportCompleted>
<PaymentsLedgerExportCompleted>64</PaymentsLedgerExportCompleted>
<IsClosed>64</IsClosed>
<InsUpdDate>2026-06-06T22:40:25.9994589+02:00</InsUpdDate>
</Payroll>
<Payroll>
<Year>1</Year>
<Month>2</Month>
<CycleID>3</CycleID>
<DateClosed>2026-06-06T22:40:25.9994589+02:00</DateClosed>
<LedgerReady>64</LedgerReady>
<PaymentsLedgerReady>64</PaymentsLedgerReady>
<LedgerExportCompleted>64</LedgerExportCompleted>
<PaymentsLedgerExportCompleted>64</PaymentsLedgerExportCompleted>
<IsClosed>64</IsClosed>
<InsUpdDate>2026-06-06T22:40:25.9994589+02:00</InsUpdDate>
</Payroll>
</Payrolls>