GET api/Employee/GetEmployeeAttendanceSummary/{frommonth}/{tomonth}/{fromyear}/{toyear}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
frommonth

string

Required

tomonth

string

Required

fromyear

string

Required

toyear

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetEmployeeAttendanceSummary_Result
NameDescriptionTypeAdditional information
empcode

integer

None.

depid

string

None.

depname

string

None.

empid

string

None.

empname

string

None.

totpresent

integer

None.

totabsent

integer

None.

totworking

integer

None.

totextra

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "empcode": 1,
    "depid": "sample string 1",
    "depname": "sample string 2",
    "empid": "sample string 3",
    "empname": "sample string 4",
    "totpresent": 5,
    "totabsent": 6,
    "totworking": 7,
    "totextra": 8,
    "tRecordCount": 9
  },
  {
    "empcode": 1,
    "depid": "sample string 1",
    "depname": "sample string 2",
    "empid": "sample string 3",
    "empname": "sample string 4",
    "totpresent": 5,
    "totabsent": 6,
    "totworking": 7,
    "totextra": 8,
    "tRecordCount": 9
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetEmployeeAttendanceSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetEmployeeAttendanceSummary_Result>
    <depid>sample string 1</depid>
    <depname>sample string 2</depname>
    <empcode>1</empcode>
    <empid>sample string 3</empid>
    <empname>sample string 4</empname>
    <tRecordCount>9</tRecordCount>
    <totabsent>6</totabsent>
    <totextra>8</totextra>
    <totpresent>5</totpresent>
    <totworking>7</totworking>
  </GetEmployeeAttendanceSummary_Result>
  <GetEmployeeAttendanceSummary_Result>
    <depid>sample string 1</depid>
    <depname>sample string 2</depname>
    <empcode>1</empcode>
    <empid>sample string 3</empid>
    <empname>sample string 4</empname>
    <tRecordCount>9</tRecordCount>
    <totabsent>6</totabsent>
    <totextra>8</totextra>
    <totpresent>5</totpresent>
    <totworking>7</totworking>
  </GetEmployeeAttendanceSummary_Result>
</ArrayOfGetEmployeeAttendanceSummary_Result>