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