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