GET api/Center/GetGenderwiseEnrollmentATAL/{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 GetRptGenderwiseEnrollmentATAL_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| partnername | string |
None. |
|
| partnerid | string |
None. |
|
| studcount | integer |
None. |
|
| boys | integer |
None. |
|
| girls | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"partnername": "sample string 3",
"partnerid": "sample string 4",
"studcount": 1,
"boys": 1,
"girls": 1,
"tRecordCount": 5
},
{
"state": "sample string 1",
"city": "sample string 2",
"partnername": "sample string 3",
"partnerid": "sample string 4",
"studcount": 1,
"boys": 1,
"girls": 1,
"tRecordCount": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptGenderwiseEnrollmentATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptGenderwiseEnrollmentATAL_Result>
<boys>1</boys>
<city>sample string 2</city>
<girls>1</girls>
<partnerid>sample string 4</partnerid>
<partnername>sample string 3</partnername>
<state>sample string 1</state>
<studcount>1</studcount>
<tRecordCount>5</tRecordCount>
</GetRptGenderwiseEnrollmentATAL_Result>
<GetRptGenderwiseEnrollmentATAL_Result>
<boys>1</boys>
<city>sample string 2</city>
<girls>1</girls>
<partnerid>sample string 4</partnerid>
<partnername>sample string 3</partnername>
<state>sample string 1</state>
<studcount>1</studcount>
<tRecordCount>5</tRecordCount>
</GetRptGenderwiseEnrollmentATAL_Result>
</ArrayOfGetRptGenderwiseEnrollmentATAL_Result>