GET api/Center/GetCitywiseEnrollmentATAL/{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 GetCitywiseEnrollmentATAL_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| Jr_Kg | integer |
None. |
|
| Sr_Kg | integer |
None. |
|
| C1 | integer |
None. |
|
| C2 | integer |
None. |
|
| C3 | integer |
None. |
|
| C4 | integer |
None. |
|
| C5 | integer |
None. |
|
| C6 | integer |
None. |
|
| C7 | integer |
None. |
|
| C8 | integer |
None. |
|
| C9 | integer |
None. |
|
| C10 | integer |
None. |
|
| C11 | integer |
None. |
|
| C12 | integer |
None. |
|
| Total | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"Jr_Kg": 1,
"Sr_Kg": 1,
"C1": 1,
"C2": 1,
"C3": 1,
"C4": 1,
"C5": 1,
"C6": 1,
"C7": 1,
"C8": 1,
"C9": 1,
"C10": 1,
"C11": 1,
"C12": 1,
"Total": 1,
"tRecordCount": 1
},
{
"state": "sample string 1",
"city": "sample string 2",
"Jr_Kg": 1,
"Sr_Kg": 1,
"C1": 1,
"C2": 1,
"C3": 1,
"C4": 1,
"C5": 1,
"C6": 1,
"C7": 1,
"C8": 1,
"C9": 1,
"C10": 1,
"C11": 1,
"C12": 1,
"Total": 1,
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCitywiseEnrollmentATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCitywiseEnrollmentATAL_Result>
<C1>1</C1>
<C10>1</C10>
<C11>1</C11>
<C12>1</C12>
<C2>1</C2>
<C3>1</C3>
<C4>1</C4>
<C5>1</C5>
<C6>1</C6>
<C7>1</C7>
<C8>1</C8>
<C9>1</C9>
<Jr_Kg>1</Jr_Kg>
<Sr_Kg>1</Sr_Kg>
<Total>1</Total>
<city>sample string 2</city>
<state>sample string 1</state>
<tRecordCount>1</tRecordCount>
</GetCitywiseEnrollmentATAL_Result>
<GetCitywiseEnrollmentATAL_Result>
<C1>1</C1>
<C10>1</C10>
<C11>1</C11>
<C12>1</C12>
<C2>1</C2>
<C3>1</C3>
<C4>1</C4>
<C5>1</C5>
<C6>1</C6>
<C7>1</C7>
<C8>1</C8>
<C9>1</C9>
<Jr_Kg>1</Jr_Kg>
<Sr_Kg>1</Sr_Kg>
<Total>1</Total>
<city>sample string 2</city>
<state>sample string 1</state>
<tRecordCount>1</tRecordCount>
</GetCitywiseEnrollmentATAL_Result>
</ArrayOfGetCitywiseEnrollmentATAL_Result>