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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetEmployeeAttendanceSummaryList_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.

per

decimal number

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",
    "per": 10.0,
    "createbyname": "sample string 11",
    "totworking": 12,
    "latemark": 13,
    "halfday": 14,
    "tRecordCount": 15
  },
  {
    "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",
    "per": 10.0,
    "createbyname": "sample string 11",
    "totworking": 12,
    "latemark": 13,
    "halfday": 14,
    "tRecordCount": 15
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetEmployeeAttendanceSummaryList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetEmployeeAttendanceSummaryList_Result>
    <createbyname>sample string 11</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>14</halfday>
    <latemark>13</latemark>
    <month>1</month>
    <month1>sample string 5</month1>
    <per>10</per>
    <presentdays>1</presentdays>
    <tRecordCount>15</tRecordCount>
    <totabsent>1</totabsent>
    <totallate>7.1</totallate>
    <totalot>8.1</totalot>
    <totalwh>6.1</totalwh>
    <totworking>12</totworking>
    <updateby>sample string 9</updateby>
    <year>1</year>
  </GetEmployeeAttendanceSummaryList_Result>
  <GetEmployeeAttendanceSummaryList_Result>
    <createbyname>sample string 11</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>14</halfday>
    <latemark>13</latemark>
    <month>1</month>
    <month1>sample string 5</month1>
    <per>10</per>
    <presentdays>1</presentdays>
    <tRecordCount>15</tRecordCount>
    <totabsent>1</totabsent>
    <totallate>7.1</totallate>
    <totalot>8.1</totalot>
    <totalwh>6.1</totalwh>
    <totworking>12</totworking>
    <updateby>sample string 9</updateby>
    <year>1</year>
  </GetEmployeeAttendanceSummaryList_Result>
</ArrayOfGetEmployeeAttendanceSummaryList_Result>