GET api/Center/GetRptYearWiseCenter?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRptYearWiseCenter_Result
NameDescriptionTypeAdditional information
centid

string

None.

centname

string

None.

pgid

string

None.

state

string

None.

partnername

string

None.

acyear

string

None.

boys

string

None.

girls

string

None.

student

string

None.

partnerid

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "pgid": "sample string 3",
    "state": "sample string 4",
    "partnername": "sample string 5",
    "acyear": "sample string 6",
    "boys": "sample string 7",
    "girls": "sample string 8",
    "student": "sample string 9",
    "partnerid": "sample string 10"
  },
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "pgid": "sample string 3",
    "state": "sample string 4",
    "partnername": "sample string 5",
    "acyear": "sample string 6",
    "boys": "sample string 7",
    "girls": "sample string 8",
    "student": "sample string 9",
    "partnerid": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptYearWiseCenter_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptYearWiseCenter_Result>
    <acyear>sample string 6</acyear>
    <boys>sample string 7</boys>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <girls>sample string 8</girls>
    <partnerid>sample string 10</partnerid>
    <partnername>sample string 5</partnername>
    <pgid>sample string 3</pgid>
    <state>sample string 4</state>
    <student>sample string 9</student>
  </GetRptYearWiseCenter_Result>
  <GetRptYearWiseCenter_Result>
    <acyear>sample string 6</acyear>
    <boys>sample string 7</boys>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <girls>sample string 8</girls>
    <partnerid>sample string 10</partnerid>
    <partnername>sample string 5</partnername>
    <pgid>sample string 3</pgid>
    <state>sample string 4</state>
    <student>sample string 9</student>
  </GetRptYearWiseCenter_Result>
</ArrayOfGetRptYearWiseCenter_Result>