GET api/Partner/GetPartnerCitywiseEnrollmentSummaryATAL?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerCitywiseEnrollmentSummaryATAL_ResultName | Description | Type | Additional information |
---|---|---|---|
city | 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:
[ { "city": "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 }, { "city": "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:
<ArrayOfGetPartnerCitywiseEnrollmentSummaryATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetPartnerCitywiseEnrollmentSummaryATAL_Result> <boys>1</boys> <center>1</center> <city>sample string 1</city> <computers>1</computers> <girls>1</girls> <partnerid>sample string 3</partnerid> <pgid>sample string 2</pgid> <sancharak>1</sancharak> <school>1</school> <student>1</student> </GetPartnerCitywiseEnrollmentSummaryATAL_Result> <GetPartnerCitywiseEnrollmentSummaryATAL_Result> <boys>1</boys> <center>1</center> <city>sample string 1</city> <computers>1</computers> <girls>1</girls> <partnerid>sample string 3</partnerid> <pgid>sample string 2</pgid> <sancharak>1</sancharak> <school>1</school> <student>1</student> </GetPartnerCitywiseEnrollmentSummaryATAL_Result> </ArrayOfGetPartnerCitywiseEnrollmentSummaryATAL_Result>