GET api/Partner/GetPartnerStateCentWiseMyEschool?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerStateCentWiseMyEschool_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
None. |
|
| academicyear | string |
None. |
|
| state | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| partnerid | string |
None. |
|
| school | integer |
None. |
|
| center | integer |
None. |
|
| student | integer |
None. |
|
| boys | integer |
None. |
|
| girls | integer |
None. |
|
| sancharak | integer |
None. |
|
| computers | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pgid": "sample string 1",
"academicyear": "sample string 2",
"state": "sample string 3",
"centid": "sample string 4",
"centname": "sample string 5",
"partnerid": "sample string 6",
"school": 1,
"center": 1,
"student": 1,
"boys": 1,
"girls": 1,
"sancharak": 1,
"computers": 7
},
{
"pgid": "sample string 1",
"academicyear": "sample string 2",
"state": "sample string 3",
"centid": "sample string 4",
"centname": "sample string 5",
"partnerid": "sample string 6",
"school": 1,
"center": 1,
"student": 1,
"boys": 1,
"girls": 1,
"sancharak": 1,
"computers": 7
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerStateCentWiseMyEschool_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPartnerStateCentWiseMyEschool_Result>
<academicyear>sample string 2</academicyear>
<boys>1</boys>
<center>1</center>
<centid>sample string 4</centid>
<centname>sample string 5</centname>
<computers>7</computers>
<girls>1</girls>
<partnerid>sample string 6</partnerid>
<pgid>sample string 1</pgid>
<sancharak>1</sancharak>
<school>1</school>
<state>sample string 3</state>
<student>1</student>
</GetPartnerStateCentWiseMyEschool_Result>
<GetPartnerStateCentWiseMyEschool_Result>
<academicyear>sample string 2</academicyear>
<boys>1</boys>
<center>1</center>
<centid>sample string 4</centid>
<centname>sample string 5</centname>
<computers>7</computers>
<girls>1</girls>
<partnerid>sample string 6</partnerid>
<pgid>sample string 1</pgid>
<sancharak>1</sancharak>
<school>1</school>
<state>sample string 3</state>
<student>1</student>
</GetPartnerStateCentWiseMyEschool_Result>
</ArrayOfGetPartnerStateCentWiseMyEschool_Result>