GET api/Student/GetRPTCenterRate/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
|
| role | string |
Required |
|
| pgid | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRPTCenterRate_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| district | string |
None. |
|
| city | string |
None. |
|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| pcname | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| centertype | string |
None. |
|
| enrollment | integer |
None. |
|
| rate | decimal number |
None. |
|
| monthcount | decimal number |
None. |
|
| total | decimal number |
None. |
|
| stdfrom | string |
None. |
|
| stdto | string |
None. |
|
| invoicetype | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"district": "sample string 2",
"city": "sample string 3",
"partnerid": "sample string 4",
"partnername": "sample string 5",
"pcname": "sample string 6",
"centid": "sample string 7",
"centname": "sample string 8",
"centertype": "sample string 9",
"enrollment": 1,
"rate": 1.1,
"monthcount": 1.1,
"total": 1.1,
"stdfrom": "sample string 10",
"stdto": "sample string 11",
"invoicetype": "sample string 12"
},
{
"state": "sample string 1",
"district": "sample string 2",
"city": "sample string 3",
"partnerid": "sample string 4",
"partnername": "sample string 5",
"pcname": "sample string 6",
"centid": "sample string 7",
"centname": "sample string 8",
"centertype": "sample string 9",
"enrollment": 1,
"rate": 1.1,
"monthcount": 1.1,
"total": 1.1,
"stdfrom": "sample string 10",
"stdto": "sample string 11",
"invoicetype": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRPTCenterRate_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRPTCenterRate_Result>
<centertype>sample string 9</centertype>
<centid>sample string 7</centid>
<centname>sample string 8</centname>
<city>sample string 3</city>
<district>sample string 2</district>
<enrollment>1</enrollment>
<invoicetype>sample string 12</invoicetype>
<monthcount>1.1</monthcount>
<partnerid>sample string 4</partnerid>
<partnername>sample string 5</partnername>
<pcname>sample string 6</pcname>
<rate>1.1</rate>
<state>sample string 1</state>
<stdfrom>sample string 10</stdfrom>
<stdto>sample string 11</stdto>
<total>1.1</total>
</GetRPTCenterRate_Result>
<GetRPTCenterRate_Result>
<centertype>sample string 9</centertype>
<centid>sample string 7</centid>
<centname>sample string 8</centname>
<city>sample string 3</city>
<district>sample string 2</district>
<enrollment>1</enrollment>
<invoicetype>sample string 12</invoicetype>
<monthcount>1.1</monthcount>
<partnerid>sample string 4</partnerid>
<partnername>sample string 5</partnername>
<pcname>sample string 6</pcname>
<rate>1.1</rate>
<state>sample string 1</state>
<stdfrom>sample string 10</stdfrom>
<stdto>sample string 11</stdto>
<total>1.1</total>
</GetRPTCenterRate_Result>
</ArrayOfGetRPTCenterRate_Result>