GET api/Partner/GetOLDPartnerEnrollStdWise?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetOLDPartnerEnrollStdWise_ResultName | Description | Type | Additional information |
---|---|---|---|
pgid | string |
None. |
|
Partnerid | string |
None. |
|
academicyear | string |
None. |
|
total | integer |
None. |
|
First | integer |
None. |
|
Second | integer |
None. |
|
Third | integer |
None. |
|
Fourth | integer |
None. |
|
Fifth | integer |
None. |
|
Sixth | integer |
None. |
|
Seventh | integer |
None. |
|
Eighth | integer |
None. |
|
Ninth | integer |
None. |
|
Tenth | integer |
None. |
|
Eleventh | integer |
None. |
|
Twelth | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "pgid": "sample string 1", "Partnerid": "sample string 2", "academicyear": "sample string 3", "total": 1, "First": 1, "Second": 1, "Third": 1, "Fourth": 1, "Fifth": 1, "Sixth": 1, "Seventh": 1, "Eighth": 1, "Ninth": 1, "Tenth": 1, "Eleventh": 1, "Twelth": 1 }, { "pgid": "sample string 1", "Partnerid": "sample string 2", "academicyear": "sample string 3", "total": 1, "First": 1, "Second": 1, "Third": 1, "Fourth": 1, "Fifth": 1, "Sixth": 1, "Seventh": 1, "Eighth": 1, "Ninth": 1, "Tenth": 1, "Eleventh": 1, "Twelth": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetOLDPartnerEnrollStdWise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetOLDPartnerEnrollStdWise_Result> <Eighth>1</Eighth> <Eleventh>1</Eleventh> <Fifth>1</Fifth> <First>1</First> <Fourth>1</Fourth> <Ninth>1</Ninth> <Partnerid>sample string 2</Partnerid> <Second>1</Second> <Seventh>1</Seventh> <Sixth>1</Sixth> <Tenth>1</Tenth> <Third>1</Third> <Twelth>1</Twelth> <academicyear>sample string 3</academicyear> <pgid>sample string 1</pgid> <total>1</total> </GetOLDPartnerEnrollStdWise_Result> <GetOLDPartnerEnrollStdWise_Result> <Eighth>1</Eighth> <Eleventh>1</Eleventh> <Fifth>1</Fifth> <First>1</First> <Fourth>1</Fourth> <Ninth>1</Ninth> <Partnerid>sample string 2</Partnerid> <Second>1</Second> <Seventh>1</Seventh> <Sixth>1</Sixth> <Tenth>1</Tenth> <Third>1</Third> <Twelth>1</Twelth> <academicyear>sample string 3</academicyear> <pgid>sample string 1</pgid> <total>1</total> </GetOLDPartnerEnrollStdWise_Result> </ArrayOfGetOLDPartnerEnrollStdWise_Result>