GET api/Employee/GetAttendanceforSalaryView?whr={whr}&month={month}&year={year}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| whr | string | Required | |
| month | string | Required | |
| year | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Collection of GetAttendanceforSalaryView_Result| Name | Description | Type | Additional information | 
|---|---|---|---|
| esid | integer | None. | |
| empid | string | None. | |
| empname | string | None. | |
| presentdays | integer | None. | |
| absentday | integer | None. | |
| deductiontype | string | None. | |
| offstate | string | None. | |
| reportto | string | None. | |
| offcity | string | None. | |
| pgname | string | None. | |
| desname | string | None. | |
| monthname | string | None. | |
| year | integer | None. | |
| tRecordCount | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "esid": 1,
    "empid": "sample string 2",
    "empname": "sample string 3",
    "presentdays": 1,
    "absentday": 1,
    "deductiontype": "sample string 4",
    "offstate": "sample string 5",
    "reportto": "sample string 6",
    "offcity": "sample string 7",
    "pgname": "sample string 8",
    "desname": "sample string 9",
    "monthname": "sample string 10",
    "year": 1,
    "tRecordCount": 11
  },
  {
    "esid": 1,
    "empid": "sample string 2",
    "empname": "sample string 3",
    "presentdays": 1,
    "absentday": 1,
    "deductiontype": "sample string 4",
    "offstate": "sample string 5",
    "reportto": "sample string 6",
    "offcity": "sample string 7",
    "pgname": "sample string 8",
    "desname": "sample string 9",
    "monthname": "sample string 10",
    "year": 1,
    "tRecordCount": 11
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfGetAttendanceforSalaryView_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetAttendanceforSalaryView_Result>
    <absentday>1</absentday>
    <deductiontype>sample string 4</deductiontype>
    <desname>sample string 9</desname>
    <empid>sample string 2</empid>
    <empname>sample string 3</empname>
    <esid>1</esid>
    <monthname>sample string 10</monthname>
    <offcity>sample string 7</offcity>
    <offstate>sample string 5</offstate>
    <pgname>sample string 8</pgname>
    <presentdays>1</presentdays>
    <reportto>sample string 6</reportto>
    <tRecordCount>11</tRecordCount>
    <year>1</year>
  </GetAttendanceforSalaryView_Result>
  <GetAttendanceforSalaryView_Result>
    <absentday>1</absentday>
    <deductiontype>sample string 4</deductiontype>
    <desname>sample string 9</desname>
    <empid>sample string 2</empid>
    <empname>sample string 3</empname>
    <esid>1</esid>
    <monthname>sample string 10</monthname>
    <offcity>sample string 7</offcity>
    <offstate>sample string 5</offstate>
    <pgname>sample string 8</pgname>
    <presentdays>1</presentdays>
    <reportto>sample string 6</reportto>
    <tRecordCount>11</tRecordCount>
    <year>1</year>
  </GetAttendanceforSalaryView_Result>
</ArrayOfGetAttendanceforSalaryView_Result>