GET api/Center/GetEnglishPartnerwiseCenterSchoolCount/{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 GetEnglishPartnerwiseCenterSchoolCount_ResultName | Description | Type | Additional information |
---|---|---|---|
partnerid | string |
None. |
|
centcount | integer |
None. |
|
schcount | integer |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
totstud | integer |
None. |
|
totcomp | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "partnerid": "sample string 1", "centcount": 2, "schcount": 3, "boys": 4, "girls": 5, "totstud": 6, "totcomp": 7 }, { "partnerid": "sample string 1", "centcount": 2, "schcount": 3, "boys": 4, "girls": 5, "totstud": 6, "totcomp": 7 } ]
application/xml, text/xml
Sample:
<ArrayOfGetEnglishPartnerwiseCenterSchoolCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetEnglishPartnerwiseCenterSchoolCount_Result> <boys>4</boys> <centcount>2</centcount> <girls>5</girls> <partnerid>sample string 1</partnerid> <schcount>3</schcount> <totcomp>7</totcomp> <totstud>6</totstud> </GetEnglishPartnerwiseCenterSchoolCount_Result> <GetEnglishPartnerwiseCenterSchoolCount_Result> <boys>4</boys> <centcount>2</centcount> <girls>5</girls> <partnerid>sample string 1</partnerid> <schcount>3</schcount> <totcomp>7</totcomp> <totstud>6</totstud> </GetEnglishPartnerwiseCenterSchoolCount_Result> </ArrayOfGetEnglishPartnerwiseCenterSchoolCount_Result>