GET api/Employee/EmployeeAttDetailsList/{month}/{year}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
month

string

Required

year

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetEmployeeAttendanceList_Result
NameDescriptionTypeAdditional information
empcode

integer

None.

depid

string

None.

depname

string

None.

empid

string

None.

empname

string

None.

month1

string

None.

year

integer

None.

totalwh

decimal number

None.

totallate

decimal number

None.

totalot

decimal number

None.

presentdays

integer

None.

month

integer

None.

totabsent

integer

None.

updateby

string

None.

createbyname

string

None.

totworking

integer

None.

latemark

integer

None.

halfday

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",
    "month1": "sample string 5",
    "year": 1,
    "totalwh": 6.1,
    "totallate": 7.1,
    "totalot": 8.1,
    "presentdays": 1,
    "month": 1,
    "totabsent": 1,
    "updateby": "sample string 9",
    "createbyname": "sample string 10",
    "totworking": 11,
    "latemark": 12,
    "halfday": 13,
    "tRecordCount": 14
  },
  {
    "empcode": 1,
    "depid": "sample string 1",
    "depname": "sample string 2",
    "empid": "sample string 3",
    "empname": "sample string 4",
    "month1": "sample string 5",
    "year": 1,
    "totalwh": 6.1,
    "totallate": 7.1,
    "totalot": 8.1,
    "presentdays": 1,
    "month": 1,
    "totabsent": 1,
    "updateby": "sample string 9",
    "createbyname": "sample string 10",
    "totworking": 11,
    "latemark": 12,
    "halfday": 13,
    "tRecordCount": 14
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetEmployeeAttendanceList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetEmployeeAttendanceList_Result>
    <createbyname>sample string 10</createbyname>
    <depid>sample string 1</depid>
    <depname>sample string 2</depname>
    <empcode>1</empcode>
    <empid>sample string 3</empid>
    <empname>sample string 4</empname>
    <halfday>13</halfday>
    <latemark>12</latemark>
    <month>1</month>
    <month1>sample string 5</month1>
    <presentdays>1</presentdays>
    <tRecordCount>14</tRecordCount>
    <totabsent>1</totabsent>
    <totallate>7.1</totallate>
    <totalot>8.1</totalot>
    <totalwh>6.1</totalwh>
    <totworking>11</totworking>
    <updateby>sample string 9</updateby>
    <year>1</year>
  </GetEmployeeAttendanceList_Result>
  <GetEmployeeAttendanceList_Result>
    <createbyname>sample string 10</createbyname>
    <depid>sample string 1</depid>
    <depname>sample string 2</depname>
    <empcode>1</empcode>
    <empid>sample string 3</empid>
    <empname>sample string 4</empname>
    <halfday>13</halfday>
    <latemark>12</latemark>
    <month>1</month>
    <month1>sample string 5</month1>
    <presentdays>1</presentdays>
    <tRecordCount>14</tRecordCount>
    <totabsent>1</totabsent>
    <totallate>7.1</totallate>
    <totalot>8.1</totalot>
    <totalwh>6.1</totalwh>
    <totworking>11</totworking>
    <updateby>sample string 9</updateby>
    <year>1</year>
  </GetEmployeeAttendanceList_Result>
</ArrayOfGetEmployeeAttendanceList_Result>