GET api/Center/GetCenterRateReport/{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 GetCenterRateReport_ResultName | 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. |
|
rate | 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, "rate": 16.0, "cgst": 17.0, "sgst": 18.0, "discount": 19.0, "salamount": 20.0, "totalamount": 21.0, "remark": "sample string 22", "centstatus": 23 }, { "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, "rate": 16.0, "cgst": 17.0, "sgst": 18.0, "discount": 19.0, "salamount": 20.0, "totalamount": 21.0, "remark": "sample string 22", "centstatus": 23 } ]
application/xml, text/xml
Sample:
<ArrayOfGetCenterRateReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCenterRateReport_Result> <billapplicable>sample string 10</billapplicable> <centertype>sample string 8</centertype> <centid>sample string 6</centid> <centname>sample string 7</centname> <centstatus>23</centstatus> <cgst>17</cgst> <city>sample string 4</city> <crateid>sample string 1</crateid> <discount>19</discount> <gstnumber>sample string 11</gstnumber> <invoicetype>sample string 14</invoicetype> <my>sample string 2</my> <pannumber>sample string 12</pannumber> <rate>16</rate> <remark>sample string 22</remark> <salamount>20</salamount> <schooltype>sample string 9</schooltype> <sgst>18</sgst> <standard>sample string 13</standard> <state>sample string 3</state> <tlname>sample string 5</tlname> <totalamount>21</totalamount> <totalenrolment>15</totalenrolment> </GetCenterRateReport_Result> <GetCenterRateReport_Result> <billapplicable>sample string 10</billapplicable> <centertype>sample string 8</centertype> <centid>sample string 6</centid> <centname>sample string 7</centname> <centstatus>23</centstatus> <cgst>17</cgst> <city>sample string 4</city> <crateid>sample string 1</crateid> <discount>19</discount> <gstnumber>sample string 11</gstnumber> <invoicetype>sample string 14</invoicetype> <my>sample string 2</my> <pannumber>sample string 12</pannumber> <rate>16</rate> <remark>sample string 22</remark> <salamount>20</salamount> <schooltype>sample string 9</schooltype> <sgst>18</sgst> <standard>sample string 13</standard> <state>sample string 3</state> <tlname>sample string 5</tlname> <totalamount>21</totalamount> <totalenrolment>15</totalenrolment> </GetCenterRateReport_Result> </ArrayOfGetCenterRateReport_Result>