GET api/Center/DownloadRateMaster/{type}/{whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DownloadRateMaster_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
None. |
|
| centname | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| schooltype | string |
None. |
|
| stdate | date |
None. |
|
| endate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"centid": "sample string 1",
"centname": "sample string 2",
"schoolid": "sample string 3",
"schoolname": "sample string 4",
"schooltype": "sample string 5",
"stdate": "2025-12-14T02:51:32.4772939+05:30",
"endate": "2025-12-14T02:51:32.4772939+05:30"
},
{
"centid": "sample string 1",
"centname": "sample string 2",
"schoolid": "sample string 3",
"schoolname": "sample string 4",
"schooltype": "sample string 5",
"stdate": "2025-12-14T02:51:32.4772939+05:30",
"endate": "2025-12-14T02:51:32.4772939+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfDownloadRateMaster_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<DownloadRateMaster_Result>
<centid>sample string 1</centid>
<centname>sample string 2</centname>
<endate>2025-12-14T02:51:32.4772939+05:30</endate>
<schoolid>sample string 3</schoolid>
<schoolname>sample string 4</schoolname>
<schooltype>sample string 5</schooltype>
<stdate>2025-12-14T02:51:32.4772939+05:30</stdate>
</DownloadRateMaster_Result>
<DownloadRateMaster_Result>
<centid>sample string 1</centid>
<centname>sample string 2</centname>
<endate>2025-12-14T02:51:32.4772939+05:30</endate>
<schoolid>sample string 3</schoolid>
<schoolname>sample string 4</schoolname>
<schooltype>sample string 5</schooltype>
<stdate>2025-12-14T02:51:32.4772939+05:30</stdate>
</DownloadRateMaster_Result>
</ArrayOfDownloadRateMaster_Result>