GET api/Partner/GetCALPartnerwiseCenterSchoolCountSahyogi?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCALPartnerwiseCenterSchoolCountSahyogi_ResultName | Description | Type | Additional information |
---|---|---|---|
partnerid | string |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
totstud | integer |
None. |
|
month | string |
None. |
|
year | string |
None. |
|
pgid | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "partnerid": "sample string 1", "boys": 2, "girls": 3, "totstud": 4, "month": "sample string 5", "year": "sample string 6", "pgid": "sample string 7" }, { "partnerid": "sample string 1", "boys": 2, "girls": 3, "totstud": 4, "month": "sample string 5", "year": "sample string 6", "pgid": "sample string 7" } ]
application/xml, text/xml
Sample:
<ArrayOfGetCALPartnerwiseCenterSchoolCountSahyogi_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCALPartnerwiseCenterSchoolCountSahyogi_Result> <boys>2</boys> <girls>3</girls> <month>sample string 5</month> <partnerid>sample string 1</partnerid> <pgid>sample string 7</pgid> <totstud>4</totstud> <year>sample string 6</year> </GetCALPartnerwiseCenterSchoolCountSahyogi_Result> <GetCALPartnerwiseCenterSchoolCountSahyogi_Result> <boys>2</boys> <girls>3</girls> <month>sample string 5</month> <partnerid>sample string 1</partnerid> <pgid>sample string 7</pgid> <totstud>4</totstud> <year>sample string 6</year> </GetCALPartnerwiseCenterSchoolCountSahyogi_Result> </ArrayOfGetCALPartnerwiseCenterSchoolCountSahyogi_Result>