GET api/Partner/GetPartnerStatewiseEnrollmentSummaryDP?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerStatewiseEnrollmentSummaryDP_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. |
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 }, { "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 } ]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerStatewiseEnrollmentSummaryDP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetPartnerStatewiseEnrollmentSummaryDP_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> </GetPartnerStatewiseEnrollmentSummaryDP_Result> <GetPartnerStatewiseEnrollmentSummaryDP_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> </GetPartnerStatewiseEnrollmentSummaryDP_Result> </ArrayOfGetPartnerStatewiseEnrollmentSummaryDP_Result>