GET api/Partner/SahyogiOLDCALCenterData/{partnerid}/{acyear}/{centid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
partnerid

string

Required

acyear

string

Required

centid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SahyogiOLDCALCenterData
NameDescriptionTypeAdditional information
soid

integer

None.

pgid

string

None.

acyear

string

None.

partnerid

string

None.

state

string

None.

centid

string

None.

centname

string

None.

boys

string

None.

girls

string

None.

student

string

None.

sancharak

string

None.

computers

string

None.

school

string

None.

center

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "soid": 1,
    "pgid": "sample string 2",
    "acyear": "sample string 3",
    "partnerid": "sample string 4",
    "state": "sample string 5",
    "centid": "sample string 6",
    "centname": "sample string 7",
    "boys": "sample string 8",
    "girls": "sample string 9",
    "student": "sample string 10",
    "sancharak": "sample string 11",
    "computers": "sample string 12",
    "school": "sample string 13",
    "center": "sample string 14"
  },
  {
    "soid": 1,
    "pgid": "sample string 2",
    "acyear": "sample string 3",
    "partnerid": "sample string 4",
    "state": "sample string 5",
    "centid": "sample string 6",
    "centname": "sample string 7",
    "boys": "sample string 8",
    "girls": "sample string 9",
    "student": "sample string 10",
    "sancharak": "sample string 11",
    "computers": "sample string 12",
    "school": "sample string 13",
    "center": "sample string 14"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSahyogiOLDCALCenterData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <SahyogiOLDCALCenterData>
    <acyear>sample string 3</acyear>
    <boys>sample string 8</boys>
    <center>sample string 14</center>
    <centid>sample string 6</centid>
    <centname>sample string 7</centname>
    <computers>sample string 12</computers>
    <girls>sample string 9</girls>
    <partnerid>sample string 4</partnerid>
    <pgid>sample string 2</pgid>
    <sancharak>sample string 11</sancharak>
    <school>sample string 13</school>
    <soid>1</soid>
    <state>sample string 5</state>
    <student>sample string 10</student>
  </SahyogiOLDCALCenterData>
  <SahyogiOLDCALCenterData>
    <acyear>sample string 3</acyear>
    <boys>sample string 8</boys>
    <center>sample string 14</center>
    <centid>sample string 6</centid>
    <centname>sample string 7</centname>
    <computers>sample string 12</computers>
    <girls>sample string 9</girls>
    <partnerid>sample string 4</partnerid>
    <pgid>sample string 2</pgid>
    <sancharak>sample string 11</sancharak>
    <school>sample string 13</school>
    <soid>1</soid>
    <state>sample string 5</state>
    <student>sample string 10</student>
  </SahyogiOLDCALCenterData>
</ArrayOfSahyogiOLDCALCenterData>