GET api/PayrollAttendance/GetPayrollAttendanceRow?Year={Year}&Month={Month}&RowNumber={RowNumber}&EmployeeID={EmployeeID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Year

integer

None.

Month

integer

None.

RowNumber

integer

None.

EmployeeID

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

PayrollAttendanceRows
NameDescriptionTypeAdditional information
PayrollAttendanceRow

Collection of PayrollAttendanceRow

None.

Response Formats

application/xml, text/xml

Sample:
<PayrollAttendanceRows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PayrollAttendanceRow>
    <Year>1</Year>
    <Month>2</Month>
    <EmployeeID>sample string 3</EmployeeID>
    <PayElementID>sample string 4</PayElementID>
    <RowNumber>5</RowNumber>
    <PayElementDesc>sample string 6</PayElementDesc>
    <CostCentreID>sample string 7</CostCentreID>
    <CostDriverID>sample string 8</CostDriverID>
    <ClercID>sample string 9</ClercID>
    <WorkOrderID>sample string 10</WorkOrderID>
    <CustomerID>sample string 11</CustomerID>
    <NumberOfUnits>12.1</NumberOfUnits>
    <PerUnit>13.1</PerUnit>
    <Percent>14.1</Percent>
    <GrossAmount>15.1</GrossAmount>
    <RenumID>sample string 16</RenumID>
    <PeriodFrom>2024-05-01T01:56:46.8093701+02:00</PeriodFrom>
    <PeriodTo>2024-05-01T01:56:46.8093701+02:00</PeriodTo>
    <SourceReference>sample string 19</SourceReference>
    <DataTransfer>sample string 20</DataTransfer>
    <PeriodDays>21</PeriodDays>
    <ItineraryID>sample string 22</ItineraryID>
    <FinalAssessment>true</FinalAssessment>
  </PayrollAttendanceRow>
  <PayrollAttendanceRow>
    <Year>1</Year>
    <Month>2</Month>
    <EmployeeID>sample string 3</EmployeeID>
    <PayElementID>sample string 4</PayElementID>
    <RowNumber>5</RowNumber>
    <PayElementDesc>sample string 6</PayElementDesc>
    <CostCentreID>sample string 7</CostCentreID>
    <CostDriverID>sample string 8</CostDriverID>
    <ClercID>sample string 9</ClercID>
    <WorkOrderID>sample string 10</WorkOrderID>
    <CustomerID>sample string 11</CustomerID>
    <NumberOfUnits>12.1</NumberOfUnits>
    <PerUnit>13.1</PerUnit>
    <Percent>14.1</Percent>
    <GrossAmount>15.1</GrossAmount>
    <RenumID>sample string 16</RenumID>
    <PeriodFrom>2024-05-01T01:56:46.8093701+02:00</PeriodFrom>
    <PeriodTo>2024-05-01T01:56:46.8093701+02:00</PeriodTo>
    <SourceReference>sample string 19</SourceReference>
    <DataTransfer>sample string 20</DataTransfer>
    <PeriodDays>21</PeriodDays>
    <ItineraryID>sample string 22</ItineraryID>
    <FinalAssessment>true</FinalAssessment>
  </PayrollAttendanceRow>
</PayrollAttendanceRows>