GET api/Employee/GetPartnerwiseEMPSalaryPieGraph?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerwiseEMPSalaryPieGraph_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ogid | string |
None. |
|
| finyear | string |
None. |
|
| partnerid | string |
None. |
|
| partnername | 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",
"partnerid": "sample string 3",
"partnername": "sample string 4",
"actualsalary": 1.0,
"totsalary": 5.0,
"per": 1.0
},
{
"ogid": "sample string 1",
"finyear": "sample string 2",
"partnerid": "sample string 3",
"partnername": "sample string 4",
"actualsalary": 1.0,
"totsalary": 5.0,
"per": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerwiseEMPSalaryPieGraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPartnerwiseEMPSalaryPieGraph_Result>
<actualsalary>1</actualsalary>
<finyear>sample string 2</finyear>
<ogid>sample string 1</ogid>
<partnerid>sample string 3</partnerid>
<partnername>sample string 4</partnername>
<per>1</per>
<totsalary>5</totsalary>
</GetPartnerwiseEMPSalaryPieGraph_Result>
<GetPartnerwiseEMPSalaryPieGraph_Result>
<actualsalary>1</actualsalary>
<finyear>sample string 2</finyear>
<ogid>sample string 1</ogid>
<partnerid>sample string 3</partnerid>
<partnername>sample string 4</partnername>
<per>1</per>
<totsalary>5</totsalary>
</GetPartnerwiseEMPSalaryPieGraph_Result>
</ArrayOfGetPartnerwiseEMPSalaryPieGraph_Result>