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