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