GET api/Employee/GetAttendanceforSalaryListDS?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetAttendanceforSalaryListDS_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| totalemp | integer |
None. |
|
| month | string |
None. |
|
| year | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"totalemp": 1,
"month": "sample string 1",
"year": 1,
"tRecordCount": 2
},
{
"totalemp": 1,
"month": "sample string 1",
"year": 1,
"tRecordCount": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfGetAttendanceforSalaryListDS_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetAttendanceforSalaryListDS_Result>
<month>sample string 1</month>
<tRecordCount>2</tRecordCount>
<totalemp>1</totalemp>
<year>1</year>
</GetAttendanceforSalaryListDS_Result>
<GetAttendanceforSalaryListDS_Result>
<month>sample string 1</month>
<tRecordCount>2</tRecordCount>
<totalemp>1</totalemp>
<year>1</year>
</GetAttendanceforSalaryListDS_Result>
</ArrayOfGetAttendanceforSalaryListDS_Result>