GET api/Partner/OLDPartnerStdCentWisePIF/{acyear}/{centid}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| acyear | string | Required | |
| centid | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Collection of OLDPartnerStdCentWise| Name | Description | Type | Additional information | 
|---|---|---|---|
| stdid | integer | None. | |
| pgid | string | None. | |
| centid | string | None. | |
| academicyear | string | None. | |
| partnerid | string | None. | |
| totalstd | 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:
        
[
  {
    "stdid": 1,
    "pgid": "sample string 2",
    "centid": "sample string 3",
    "academicyear": "sample string 4",
    "partnerid": "sample string 5",
    "totalstd": 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
  },
  {
    "stdid": 1,
    "pgid": "sample string 2",
    "centid": "sample string 3",
    "academicyear": "sample string 4",
    "partnerid": "sample string 5",
    "totalstd": 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:
<ArrayOfOLDPartnerStdCentWise xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <OLDPartnerStdCentWise>
    <Eighth>1</Eighth>
    <Eleventh>1</Eleventh>
    <Fifth>1</Fifth>
    <First>1</First>
    <Fourth>1</Fourth>
    <Ninth>1</Ninth>
    <Second>1</Second>
    <Seventh>1</Seventh>
    <Sixth>1</Sixth>
    <Tenth>1</Tenth>
    <Third>1</Third>
    <Twelth>1</Twelth>
    <academicyear>sample string 4</academicyear>
    <centid>sample string 3</centid>
    <partnerid>sample string 5</partnerid>
    <pgid>sample string 2</pgid>
    <stdid>1</stdid>
    <totalstd>1</totalstd>
  </OLDPartnerStdCentWise>
  <OLDPartnerStdCentWise>
    <Eighth>1</Eighth>
    <Eleventh>1</Eleventh>
    <Fifth>1</Fifth>
    <First>1</First>
    <Fourth>1</Fourth>
    <Ninth>1</Ninth>
    <Second>1</Second>
    <Seventh>1</Seventh>
    <Sixth>1</Sixth>
    <Tenth>1</Tenth>
    <Third>1</Third>
    <Twelth>1</Twelth>
    <academicyear>sample string 4</academicyear>
    <centid>sample string 3</centid>
    <partnerid>sample string 5</partnerid>
    <pgid>sample string 2</pgid>
    <stdid>1</stdid>
    <totalstd>1</totalstd>
  </OLDPartnerStdCentWise>
</ArrayOfOLDPartnerStdCentWise>