GET api/Employee/GetMyJankariEmpAttList?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetMyJankariEmpAttList_Result| Name | Description | Type | Additional 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. |
|
| 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,
"totworking": 9,
"latemark": 10,
"halfday": 11,
"tRecordCount": 12
},
{
"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,
"totworking": 9,
"latemark": 10,
"halfday": 11,
"tRecordCount": 12
}
]
application/xml, text/xml
Sample:
<ArrayOfGetMyJankariEmpAttList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetMyJankariEmpAttList_Result>
<depid>sample string 1</depid>
<depname>sample string 2</depname>
<empcode>1</empcode>
<empid>sample string 3</empid>
<empname>sample string 4</empname>
<halfday>11</halfday>
<latemark>10</latemark>
<month>1</month>
<month1>sample string 5</month1>
<presentdays>1</presentdays>
<tRecordCount>12</tRecordCount>
<totabsent>1</totabsent>
<totallate>7.1</totallate>
<totalot>8.1</totalot>
<totalwh>6.1</totalwh>
<totworking>9</totworking>
<year>1</year>
</GetMyJankariEmpAttList_Result>
<GetMyJankariEmpAttList_Result>
<depid>sample string 1</depid>
<depname>sample string 2</depname>
<empcode>1</empcode>
<empid>sample string 3</empid>
<empname>sample string 4</empname>
<halfday>11</halfday>
<latemark>10</latemark>
<month>1</month>
<month1>sample string 5</month1>
<presentdays>1</presentdays>
<tRecordCount>12</tRecordCount>
<totabsent>1</totabsent>
<totallate>7.1</totallate>
<totalot>8.1</totalot>
<totalwh>6.1</totalwh>
<totworking>9</totworking>
<year>1</year>
</GetMyJankariEmpAttList_Result>
</ArrayOfGetMyJankariEmpAttList_Result>