GET api/Employee/GetDSEmployeeAgeGroupBeneficiarygraph?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetDSEmployeeAgeGroupBeneficiarygraph_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| academicyear | string |
None. |
|
| state | string |
None. |
|
| pgid | string |
None. |
|
| pgname | string |
None. |
|
| p1 | integer |
None. |
|
| p2 | integer |
None. |
|
| p3 | integer |
None. |
|
| p4 | integer |
None. |
|
| p5 | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"academicyear": "sample string 1",
"state": "sample string 2",
"pgid": "sample string 3",
"pgname": "sample string 4",
"p1": 5,
"p2": 6,
"p3": 7,
"p4": 8,
"p5": 9
},
{
"academicyear": "sample string 1",
"state": "sample string 2",
"pgid": "sample string 3",
"pgname": "sample string 4",
"p1": 5,
"p2": 6,
"p3": 7,
"p4": 8,
"p5": 9
}
]
application/xml, text/xml
Sample:
<ArrayOfGetDSEmployeeAgeGroupBeneficiarygraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetDSEmployeeAgeGroupBeneficiarygraph_Result>
<academicyear>sample string 1</academicyear>
<p1>5</p1>
<p2>6</p2>
<p3>7</p3>
<p4>8</p4>
<p5>9</p5>
<pgid>sample string 3</pgid>
<pgname>sample string 4</pgname>
<state>sample string 2</state>
</GetDSEmployeeAgeGroupBeneficiarygraph_Result>
<GetDSEmployeeAgeGroupBeneficiarygraph_Result>
<academicyear>sample string 1</academicyear>
<p1>5</p1>
<p2>6</p2>
<p3>7</p3>
<p4>8</p4>
<p5>9</p5>
<pgid>sample string 3</pgid>
<pgname>sample string 4</pgname>
<state>sample string 2</state>
</GetDSEmployeeAgeGroupBeneficiarygraph_Result>
</ArrayOfGetDSEmployeeAgeGroupBeneficiarygraph_Result>