GET api/Center/GetCenterRateReportNew/{month}/{year}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
Required |
|
| year | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCenterRateReportNew_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| crateid | string |
None. |
|
| my | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| tlname | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| centertype | string |
None. |
|
| schooltype | string |
None. |
|
| billapplicable | string |
None. |
|
| gstnumber | string |
None. |
|
| pannumber | string |
None. |
|
| standard | string |
None. |
|
| invoicetype | string |
None. |
|
| totalenrolment | integer |
None. |
|
| gstapplicable | string |
None. |
|
| ratepermonth | decimal number |
None. |
|
| rateperstudent | decimal number |
None. |
|
| cgst | decimal number |
None. |
|
| sgst | decimal number |
None. |
|
| discount | decimal number |
None. |
|
| salamount | decimal number |
None. |
|
| totalamount | decimal number |
None. |
|
| remark | string |
None. |
|
| centstatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"crateid": "sample string 1",
"my": "sample string 2",
"state": "sample string 3",
"city": "sample string 4",
"tlname": "sample string 5",
"centid": "sample string 6",
"centname": "sample string 7",
"centertype": "sample string 8",
"schooltype": "sample string 9",
"billapplicable": "sample string 10",
"gstnumber": "sample string 11",
"pannumber": "sample string 12",
"standard": "sample string 13",
"invoicetype": "sample string 14",
"totalenrolment": 15,
"gstapplicable": "sample string 16",
"ratepermonth": 17.0,
"rateperstudent": 18.0,
"cgst": 19.0,
"sgst": 20.0,
"discount": 21.0,
"salamount": 22.0,
"totalamount": 23.0,
"remark": "sample string 24",
"centstatus": 25
},
{
"crateid": "sample string 1",
"my": "sample string 2",
"state": "sample string 3",
"city": "sample string 4",
"tlname": "sample string 5",
"centid": "sample string 6",
"centname": "sample string 7",
"centertype": "sample string 8",
"schooltype": "sample string 9",
"billapplicable": "sample string 10",
"gstnumber": "sample string 11",
"pannumber": "sample string 12",
"standard": "sample string 13",
"invoicetype": "sample string 14",
"totalenrolment": 15,
"gstapplicable": "sample string 16",
"ratepermonth": 17.0,
"rateperstudent": 18.0,
"cgst": 19.0,
"sgst": 20.0,
"discount": 21.0,
"salamount": 22.0,
"totalamount": 23.0,
"remark": "sample string 24",
"centstatus": 25
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCenterRateReportNew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCenterRateReportNew_Result>
<billapplicable>sample string 10</billapplicable>
<centertype>sample string 8</centertype>
<centid>sample string 6</centid>
<centname>sample string 7</centname>
<centstatus>25</centstatus>
<cgst>19</cgst>
<city>sample string 4</city>
<crateid>sample string 1</crateid>
<discount>21</discount>
<gstapplicable>sample string 16</gstapplicable>
<gstnumber>sample string 11</gstnumber>
<invoicetype>sample string 14</invoicetype>
<my>sample string 2</my>
<pannumber>sample string 12</pannumber>
<ratepermonth>17</ratepermonth>
<rateperstudent>18</rateperstudent>
<remark>sample string 24</remark>
<salamount>22</salamount>
<schooltype>sample string 9</schooltype>
<sgst>20</sgst>
<standard>sample string 13</standard>
<state>sample string 3</state>
<tlname>sample string 5</tlname>
<totalamount>23</totalamount>
<totalenrolment>15</totalenrolment>
</GetCenterRateReportNew_Result>
<GetCenterRateReportNew_Result>
<billapplicable>sample string 10</billapplicable>
<centertype>sample string 8</centertype>
<centid>sample string 6</centid>
<centname>sample string 7</centname>
<centstatus>25</centstatus>
<cgst>19</cgst>
<city>sample string 4</city>
<crateid>sample string 1</crateid>
<discount>21</discount>
<gstapplicable>sample string 16</gstapplicable>
<gstnumber>sample string 11</gstnumber>
<invoicetype>sample string 14</invoicetype>
<my>sample string 2</my>
<pannumber>sample string 12</pannumber>
<ratepermonth>17</ratepermonth>
<rateperstudent>18</rateperstudent>
<remark>sample string 24</remark>
<salamount>22</salamount>
<schooltype>sample string 9</schooltype>
<sgst>20</sgst>
<standard>sample string 13</standard>
<state>sample string 3</state>
<tlname>sample string 5</tlname>
<totalamount>23</totalamount>
<totalenrolment>15</totalenrolment>
</GetCenterRateReportNew_Result>
</ArrayOfGetCenterRateReportNew_Result>