GET api/Partner/GetPartnerCitywiseEnrollmentSummary?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerCitywiseEnrollmentSummary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| school | integer |
None. |
|
| center | integer |
None. |
|
| student | integer |
None. |
|
| boys | integer |
None. |
|
| girls | integer |
None. |
|
| sancharak | integer |
None. |
|
| computers | integer |
None. |
|
| partnerid | string |
None. |
|
| totinfra | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pgid": "sample string 1",
"state": "sample string 2",
"city": "sample string 3",
"school": 1,
"center": 1,
"student": 1,
"boys": 1,
"girls": 1,
"sancharak": 4,
"computers": 5,
"partnerid": "sample string 6",
"totinfra": 7
},
{
"pgid": "sample string 1",
"state": "sample string 2",
"city": "sample string 3",
"school": 1,
"center": 1,
"student": 1,
"boys": 1,
"girls": 1,
"sancharak": 4,
"computers": 5,
"partnerid": "sample string 6",
"totinfra": 7
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerCitywiseEnrollmentSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPartnerCitywiseEnrollmentSummary_Result>
<boys>1</boys>
<center>1</center>
<city>sample string 3</city>
<computers>5</computers>
<girls>1</girls>
<partnerid>sample string 6</partnerid>
<pgid>sample string 1</pgid>
<sancharak>4</sancharak>
<school>1</school>
<state>sample string 2</state>
<student>1</student>
<totinfra>7</totinfra>
</GetPartnerCitywiseEnrollmentSummary_Result>
<GetPartnerCitywiseEnrollmentSummary_Result>
<boys>1</boys>
<center>1</center>
<city>sample string 3</city>
<computers>5</computers>
<girls>1</girls>
<partnerid>sample string 6</partnerid>
<pgid>sample string 1</pgid>
<sancharak>4</sancharak>
<school>1</school>
<state>sample string 2</state>
<student>1</student>
<totinfra>7</totinfra>
</GetPartnerCitywiseEnrollmentSummary_Result>
</ArrayOfGetPartnerCitywiseEnrollmentSummary_Result>