GET api/Student/DownloadMESCenterInfraLite/{centid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
centid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DownloadMESCenterInfraLite_Result
NameDescriptionTypeAdditional information
centid

string

None.

centname

string

None.

schoolid

string

None.

schoolname

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "schoolid": "sample string 3",
    "schoolname": "sample string 4"
  },
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "schoolid": "sample string 3",
    "schoolname": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDownloadMESCenterInfraLite_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <DownloadMESCenterInfraLite_Result>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <schoolid>sample string 3</schoolid>
    <schoolname>sample string 4</schoolname>
  </DownloadMESCenterInfraLite_Result>
  <DownloadMESCenterInfraLite_Result>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <schoolid>sample string 3</schoolid>
    <schoolname>sample string 4</schoolname>
  </DownloadMESCenterInfraLite_Result>
</ArrayOfDownloadMESCenterInfraLite_Result>