GET api/Employee/GetAttendanceforSalaryList?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetAttendanceforSalaryList_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:
<ArrayOfGetAttendanceforSalaryList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetAttendanceforSalaryList_Result>
<month>sample string 1</month>
<tRecordCount>2</tRecordCount>
<totalemp>1</totalemp>
<year>1</year>
</GetAttendanceforSalaryList_Result>
<GetAttendanceforSalaryList_Result>
<month>sample string 1</month>
<tRecordCount>2</tRecordCount>
<totalemp>1</totalemp>
<year>1</year>
</GetAttendanceforSalaryList_Result>
</ArrayOfGetAttendanceforSalaryList_Result>