GET api/Center/GetBillingMonthlySummaryNew/{month}/{year}/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
Required |
|
| year | string |
Required |
|
| userid | string |
Required |
|
| role | string |
Required |
|
| pgid | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetBillingMonthlySummary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| month | string |
None. |
|
| year | string |
None. |
|
| center | integer |
None. |
|
| school | integer |
None. |
|
| centbillapp | integer |
None. |
|
| schoolbillapp | integer |
None. |
|
| centgstapp | integer |
None. |
|
| schoolgstapp | integer |
None. |
|
| centgeninvoice | integer |
None. |
|
| schoolgeninvoice | integer |
None. |
|
| centnotbillapp | integer |
None. |
|
| schoolNOTbillapp | integer |
None. |
|
| centnotgstapp | integer |
None. |
|
| schoolNOTgstapp | integer |
None. |
|
| centergstamt | decimal number |
None. |
|
| schoolgstamt | decimal number |
None. |
|
| centaggexpiered | integer |
None. |
|
| totamount | decimal number |
None. |
|
| schooltotamount | decimal number |
None. |
|
| totrecivedamount | decimal number |
None. |
|
| schoolrecivedtotamount | decimal number |
None. |
|
| centprevdue | decimal number |
None. |
|
| schoolprevdue | decimal number |
None. |
|
| centdiscount | decimal number |
None. |
|
| schooldiscount | decimal number |
None. |
|
| centfinalbillamount | decimal number |
None. |
|
| schoolfinalbillamount | decimal number |
None. |
|
| centdabdebts | decimal number |
None. |
|
| schoolbaddebts | decimal number |
None. |
|
| centsalarypaid | decimal number |
None. |
|
| centamountdeduct | decimal number |
None. |
|
| schoolamountdeduct | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"month": "sample string 2",
"year": "sample string 3",
"center": 4,
"school": 5,
"centbillapp": 6,
"schoolbillapp": 7,
"centgstapp": 8,
"schoolgstapp": 9,
"centgeninvoice": 10,
"schoolgeninvoice": 11,
"centnotbillapp": 12,
"schoolNOTbillapp": 13,
"centnotgstapp": 14,
"schoolNOTgstapp": 15,
"centergstamt": 16.0,
"schoolgstamt": 17.0,
"centaggexpiered": 18,
"totamount": 19.0,
"schooltotamount": 20.0,
"totrecivedamount": 21.0,
"schoolrecivedtotamount": 22.0,
"centprevdue": 23.0,
"schoolprevdue": 24.0,
"centdiscount": 25.0,
"schooldiscount": 26.0,
"centfinalbillamount": 27.0,
"schoolfinalbillamount": 28.0,
"centdabdebts": 29.0,
"schoolbaddebts": 30.0,
"centsalarypaid": 31.0,
"centamountdeduct": 32.0,
"schoolamountdeduct": 33.0
},
{
"state": "sample string 1",
"month": "sample string 2",
"year": "sample string 3",
"center": 4,
"school": 5,
"centbillapp": 6,
"schoolbillapp": 7,
"centgstapp": 8,
"schoolgstapp": 9,
"centgeninvoice": 10,
"schoolgeninvoice": 11,
"centnotbillapp": 12,
"schoolNOTbillapp": 13,
"centnotgstapp": 14,
"schoolNOTgstapp": 15,
"centergstamt": 16.0,
"schoolgstamt": 17.0,
"centaggexpiered": 18,
"totamount": 19.0,
"schooltotamount": 20.0,
"totrecivedamount": 21.0,
"schoolrecivedtotamount": 22.0,
"centprevdue": 23.0,
"schoolprevdue": 24.0,
"centdiscount": 25.0,
"schooldiscount": 26.0,
"centfinalbillamount": 27.0,
"schoolfinalbillamount": 28.0,
"centdabdebts": 29.0,
"schoolbaddebts": 30.0,
"centsalarypaid": 31.0,
"centamountdeduct": 32.0,
"schoolamountdeduct": 33.0
}
]
application/xml, text/xml
Sample:
<ArrayOfGetBillingMonthlySummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetBillingMonthlySummary_Result>
<centaggexpiered>18</centaggexpiered>
<centamountdeduct>32</centamountdeduct>
<centbillapp>6</centbillapp>
<centdabdebts>29</centdabdebts>
<centdiscount>25</centdiscount>
<center>4</center>
<centergstamt>16</centergstamt>
<centfinalbillamount>27</centfinalbillamount>
<centgeninvoice>10</centgeninvoice>
<centgstapp>8</centgstapp>
<centnotbillapp>12</centnotbillapp>
<centnotgstapp>14</centnotgstapp>
<centprevdue>23</centprevdue>
<centsalarypaid>31</centsalarypaid>
<month>sample string 2</month>
<school>5</school>
<schoolNOTbillapp>13</schoolNOTbillapp>
<schoolNOTgstapp>15</schoolNOTgstapp>
<schoolamountdeduct>33</schoolamountdeduct>
<schoolbaddebts>30</schoolbaddebts>
<schoolbillapp>7</schoolbillapp>
<schooldiscount>26</schooldiscount>
<schoolfinalbillamount>28</schoolfinalbillamount>
<schoolgeninvoice>11</schoolgeninvoice>
<schoolgstamt>17</schoolgstamt>
<schoolgstapp>9</schoolgstapp>
<schoolprevdue>24</schoolprevdue>
<schoolrecivedtotamount>22</schoolrecivedtotamount>
<schooltotamount>20</schooltotamount>
<state>sample string 1</state>
<totamount>19</totamount>
<totrecivedamount>21</totrecivedamount>
<year>sample string 3</year>
</GetBillingMonthlySummary_Result>
<GetBillingMonthlySummary_Result>
<centaggexpiered>18</centaggexpiered>
<centamountdeduct>32</centamountdeduct>
<centbillapp>6</centbillapp>
<centdabdebts>29</centdabdebts>
<centdiscount>25</centdiscount>
<center>4</center>
<centergstamt>16</centergstamt>
<centfinalbillamount>27</centfinalbillamount>
<centgeninvoice>10</centgeninvoice>
<centgstapp>8</centgstapp>
<centnotbillapp>12</centnotbillapp>
<centnotgstapp>14</centnotgstapp>
<centprevdue>23</centprevdue>
<centsalarypaid>31</centsalarypaid>
<month>sample string 2</month>
<school>5</school>
<schoolNOTbillapp>13</schoolNOTbillapp>
<schoolNOTgstapp>15</schoolNOTgstapp>
<schoolamountdeduct>33</schoolamountdeduct>
<schoolbaddebts>30</schoolbaddebts>
<schoolbillapp>7</schoolbillapp>
<schooldiscount>26</schooldiscount>
<schoolfinalbillamount>28</schoolfinalbillamount>
<schoolgeninvoice>11</schoolgeninvoice>
<schoolgstamt>17</schoolgstamt>
<schoolgstapp>9</schoolgstapp>
<schoolprevdue>24</schoolprevdue>
<schoolrecivedtotamount>22</schoolrecivedtotamount>
<schooltotamount>20</schooltotamount>
<state>sample string 1</state>
<totamount>19</totamount>
<totrecivedamount>21</totrecivedamount>
<year>sample string 3</year>
</GetBillingMonthlySummary_Result>
</ArrayOfGetBillingMonthlySummary_Result>