GET api/EmployeePayrollRow/GetEmployeePayrollRow?Year={Year}&Month={Month}&CycleNumber={CycleNumber}&EmployeeID={EmployeeID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Year

integer

Required

Month

integer

Required

CycleNumber

integer

Required

EmployeeID

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

EmployeePayrollRows
NameDescriptionTypeAdditional information
EmployeePayrollRow

Collection of EmployeePayrollRow

None.

Response Formats

application/xml, text/xml

Sample:
<EmployeePayrollRows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <EmployeePayrollRow>
    <Year>1</Year>
    <Month>2</Month>
    <CycleNumber>3</CycleNumber>
    <EmployeeID>sample string 4</EmployeeID>
    <PayElementID>sample string 5</PayElementID>
    <PayElementDesc>sample string 6</PayElementDesc>
    <CostCentreID>sample string 7</CostCentreID>
    <CostDriverID>sample string 8</CostDriverID>
    <CustomerID>sample string 9</CustomerID>
    <WorkOrderID>sample string 10</WorkOrderID>
    <ClercID>sample string 11</ClercID>
    <NumberOfUnits>1</NumberOfUnits>
    <PerUnit>1</PerUnit>
    <Percent>1</Percent>
    <GrossAmount>1</GrossAmount>
    <RenumID>sample string 12</RenumID>
    <CopyingDone>sample string 13</CopyingDone>
    <PeriodFrom>2024-04-24T10:01:36.0632397+02:00</PeriodFrom>
    <PeriodTo>2024-04-24T10:01:36.0632397+02:00</PeriodTo>
    <PeriodDays>1</PeriodDays>
    <Analytics1ID>sample string 14</Analytics1ID>
    <Analytics2ID>sample string 15</Analytics2ID>
    <Analytics3ID>sample string 16</Analytics3ID>
  </EmployeePayrollRow>
  <EmployeePayrollRow>
    <Year>1</Year>
    <Month>2</Month>
    <CycleNumber>3</CycleNumber>
    <EmployeeID>sample string 4</EmployeeID>
    <PayElementID>sample string 5</PayElementID>
    <PayElementDesc>sample string 6</PayElementDesc>
    <CostCentreID>sample string 7</CostCentreID>
    <CostDriverID>sample string 8</CostDriverID>
    <CustomerID>sample string 9</CustomerID>
    <WorkOrderID>sample string 10</WorkOrderID>
    <ClercID>sample string 11</ClercID>
    <NumberOfUnits>1</NumberOfUnits>
    <PerUnit>1</PerUnit>
    <Percent>1</Percent>
    <GrossAmount>1</GrossAmount>
    <RenumID>sample string 12</RenumID>
    <CopyingDone>sample string 13</CopyingDone>
    <PeriodFrom>2024-04-24T10:01:36.0632397+02:00</PeriodFrom>
    <PeriodTo>2024-04-24T10:01:36.0632397+02:00</PeriodTo>
    <PeriodDays>1</PeriodDays>
    <Analytics1ID>sample string 14</Analytics1ID>
    <Analytics2ID>sample string 15</Analytics2ID>
    <Analytics3ID>sample string 16</Analytics3ID>
  </EmployeePayrollRow>
</EmployeePayrollRows>