GET api/Employee/GetDepartmentwiseEMPSalaryPieGraph?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetDepartmentwiseEMPSalaryPieGraph_ResultName | Description | Type | Additional information |
---|---|---|---|
ogid | string |
None. |
|
finyear | string |
None. |
|
pgid | string |
None. |
|
depid | string |
None. |
|
depname | string |
None. |
|
actualsalary | decimal number |
None. |
|
totsalary | decimal number |
None. |
|
per | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ogid": "sample string 1", "finyear": "sample string 2", "pgid": "sample string 3", "depid": "sample string 4", "depname": "sample string 5", "actualsalary": 1.0, "totsalary": 6.0, "per": 1.0 }, { "ogid": "sample string 1", "finyear": "sample string 2", "pgid": "sample string 3", "depid": "sample string 4", "depname": "sample string 5", "actualsalary": 1.0, "totsalary": 6.0, "per": 1.0 } ]
application/xml, text/xml
Sample:
<ArrayOfGetDepartmentwiseEMPSalaryPieGraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetDepartmentwiseEMPSalaryPieGraph_Result> <actualsalary>1</actualsalary> <depid>sample string 4</depid> <depname>sample string 5</depname> <finyear>sample string 2</finyear> <ogid>sample string 1</ogid> <per>1</per> <pgid>sample string 3</pgid> <totsalary>6</totsalary> </GetDepartmentwiseEMPSalaryPieGraph_Result> <GetDepartmentwiseEMPSalaryPieGraph_Result> <actualsalary>1</actualsalary> <depid>sample string 4</depid> <depname>sample string 5</depname> <finyear>sample string 2</finyear> <ogid>sample string 1</ogid> <per>1</per> <pgid>sample string 3</pgid> <totsalary>6</totsalary> </GetDepartmentwiseEMPSalaryPieGraph_Result> </ArrayOfGetDepartmentwiseEMPSalaryPieGraph_Result>