GET api/Employee/GetPartnerwiseEMPCountPieGraph?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerwiseEMPCountPieGraph_ResultName | Description | Type | Additional information |
---|---|---|---|
ogid | string |
None. |
|
finyear | string |
None. |
|
partnerid | string |
None. |
|
partnername | string |
None. |
|
empcount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ogid": "sample string 1", "finyear": "sample string 2", "partnerid": "sample string 3", "partnername": "sample string 4", "empcount": 1 }, { "ogid": "sample string 1", "finyear": "sample string 2", "partnerid": "sample string 3", "partnername": "sample string 4", "empcount": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerwiseEMPCountPieGraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetPartnerwiseEMPCountPieGraph_Result> <empcount>1</empcount> <finyear>sample string 2</finyear> <ogid>sample string 1</ogid> <partnerid>sample string 3</partnerid> <partnername>sample string 4</partnername> </GetPartnerwiseEMPCountPieGraph_Result> <GetPartnerwiseEMPCountPieGraph_Result> <empcount>1</empcount> <finyear>sample string 2</finyear> <ogid>sample string 1</ogid> <partnerid>sample string 3</partnerid> <partnername>sample string 4</partnername> </GetPartnerwiseEMPCountPieGraph_Result> </ArrayOfGetPartnerwiseEMPCountPieGraph_Result>