GET api/Center/DownloadMESCenterInfra/{centid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DownloadMESCenterInfra_Result| Name | Description | Type | Additional 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:
<ArrayOfDownloadMESCenterInfra_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<DownloadMESCenterInfra_Result>
<centid>sample string 1</centid>
<centname>sample string 2</centname>
<schoolid>sample string 3</schoolid>
<schoolname>sample string 4</schoolname>
</DownloadMESCenterInfra_Result>
<DownloadMESCenterInfra_Result>
<centid>sample string 1</centid>
<centname>sample string 2</centname>
<schoolid>sample string 3</schoolid>
<schoolname>sample string 4</schoolname>
</DownloadMESCenterInfra_Result>
</ArrayOfDownloadMESCenterInfra_Result>