GET api/Employee/GetEmpAttAllSumPieGraph/{month}/{year}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
Required |
|
| year | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetEmpAttPieGraph_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| empcode | integer |
None. |
|
| month1 | string |
None. |
|
| month | integer |
None. |
|
| year | integer |
None. |
|
| totpresend | integer |
None. |
|
| totabsent | integer |
None. |
|
| totworking | integer |
None. |
|
| totlate | integer |
None. |
|
| halfday | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"empcode": 1,
"month1": "sample string 1",
"month": 1,
"year": 1,
"totpresend": 2,
"totabsent": 3,
"totworking": 4,
"totlate": 5,
"halfday": 6
},
{
"empcode": 1,
"month1": "sample string 1",
"month": 1,
"year": 1,
"totpresend": 2,
"totabsent": 3,
"totworking": 4,
"totlate": 5,
"halfday": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfGetEmpAttPieGraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetEmpAttPieGraph_Result>
<empcode>1</empcode>
<halfday>6</halfday>
<month>1</month>
<month1>sample string 1</month1>
<totabsent>3</totabsent>
<totlate>5</totlate>
<totpresend>2</totpresend>
<totworking>4</totworking>
<year>1</year>
</GetEmpAttPieGraph_Result>
<GetEmpAttPieGraph_Result>
<empcode>1</empcode>
<halfday>6</halfday>
<month>1</month>
<month1>sample string 1</month1>
<totabsent>3</totabsent>
<totlate>5</totlate>
<totpresend>2</totpresend>
<totworking>4</totworking>
<year>1</year>
</GetEmpAttPieGraph_Result>
</ArrayOfGetEmpAttPieGraph_Result>