GET api/Employee/DepartmentwiseEmpAttendanceList?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetDepartmentwiseEmpAttendanceList_Result
NameDescriptionTypeAdditional information
depid

string

None.

depname

string

None.

pgname

string

None.

pgid

string

None.

month1

string

None.

month

integer

None.

year

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "depid": "sample string 1",
    "depname": "sample string 2",
    "pgname": "sample string 3",
    "pgid": "sample string 4",
    "month1": "sample string 5",
    "month": 1,
    "year": 1,
    "tRecordCount": 1
  },
  {
    "depid": "sample string 1",
    "depname": "sample string 2",
    "pgname": "sample string 3",
    "pgid": "sample string 4",
    "month1": "sample string 5",
    "month": 1,
    "year": 1,
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetDepartmentwiseEmpAttendanceList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetDepartmentwiseEmpAttendanceList_Result>
    <depid>sample string 1</depid>
    <depname>sample string 2</depname>
    <month>1</month>
    <month1>sample string 5</month1>
    <pgid>sample string 4</pgid>
    <pgname>sample string 3</pgname>
    <tRecordCount>1</tRecordCount>
    <year>1</year>
  </GetDepartmentwiseEmpAttendanceList_Result>
  <GetDepartmentwiseEmpAttendanceList_Result>
    <depid>sample string 1</depid>
    <depname>sample string 2</depname>
    <month>1</month>
    <month1>sample string 5</month1>
    <pgid>sample string 4</pgid>
    <pgname>sample string 3</pgname>
    <tRecordCount>1</tRecordCount>
    <year>1</year>
  </GetDepartmentwiseEmpAttendanceList_Result>
</ArrayOfGetDepartmentwiseEmpAttendanceList_Result>