GET api/Partner/OLDPartnerCenterComputerPIF/{academicyear}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
academicyear | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerOLDComputerlistPIF_ResultName | Description | Type | Additional information |
---|---|---|---|
pgid | string |
None. |
|
partnerid | string |
None. |
|
centid | string |
None. |
|
centname | string |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
academicyear | string |
None. |
|
tlname | string |
None. |
|
noofcomputers | integer |
None. |
|
noofsancharaks | integer |
None. |
|
noofschool | integer |
None. |
|
totboys | integer |
None. |
|
totgirls | integer |
None. |
|
totstud | integer |
None. |
|
internetavailable | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "pgid": "sample string 1", "partnerid": "sample string 2", "centid": "sample string 3", "centname": "sample string 4", "state": "sample string 5", "city": "sample string 6", "academicyear": "sample string 7", "tlname": "sample string 8", "noofcomputers": 1, "noofsancharaks": 1, "noofschool": 1, "totboys": 1, "totgirls": 1, "totstud": 1, "internetavailable": "sample string 9" }, { "pgid": "sample string 1", "partnerid": "sample string 2", "centid": "sample string 3", "centname": "sample string 4", "state": "sample string 5", "city": "sample string 6", "academicyear": "sample string 7", "tlname": "sample string 8", "noofcomputers": 1, "noofsancharaks": 1, "noofschool": 1, "totboys": 1, "totgirls": 1, "totstud": 1, "internetavailable": "sample string 9" } ]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerOLDComputerlistPIF_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetPartnerOLDComputerlistPIF_Result> <academicyear>sample string 7</academicyear> <centid>sample string 3</centid> <centname>sample string 4</centname> <city>sample string 6</city> <internetavailable>sample string 9</internetavailable> <noofcomputers>1</noofcomputers> <noofsancharaks>1</noofsancharaks> <noofschool>1</noofschool> <partnerid>sample string 2</partnerid> <pgid>sample string 1</pgid> <state>sample string 5</state> <tlname>sample string 8</tlname> <totboys>1</totboys> <totgirls>1</totgirls> <totstud>1</totstud> </GetPartnerOLDComputerlistPIF_Result> <GetPartnerOLDComputerlistPIF_Result> <academicyear>sample string 7</academicyear> <centid>sample string 3</centid> <centname>sample string 4</centname> <city>sample string 6</city> <internetavailable>sample string 9</internetavailable> <noofcomputers>1</noofcomputers> <noofsancharaks>1</noofsancharaks> <noofschool>1</noofschool> <partnerid>sample string 2</partnerid> <pgid>sample string 1</pgid> <state>sample string 5</state> <tlname>sample string 8</tlname> <totboys>1</totboys> <totgirls>1</totgirls> <totstud>1</totstud> </GetPartnerOLDComputerlistPIF_Result> </ArrayOfGetPartnerOLDComputerlistPIF_Result>