GET api/Center/GetBillListForMonthNew/{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 GetBillListForMonthNew_ResultName | Description | Type | Additional information |
---|---|---|---|
billid | string |
None. |
|
refid | string |
None. |
|
reftype | string |
None. |
|
centname | string |
None. |
|
enrollmenttype | string |
None. |
|
schooltype | string |
None. |
|
billrate | decimal number |
None. |
|
cgst | decimal number |
None. |
|
sgst | decimal number |
None. |
|
totalenrollment | string |
None. |
|
billamount | decimal number |
None. |
|
status | integer |
None. |
|
month | string |
None. |
|
year | string |
None. |
|
stmonth | string |
None. |
|
styear | string |
None. |
|
endmonth | string |
None. |
|
endyear | string |
None. |
|
totpaidamount | decimal number |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
tlname | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "billid": "sample string 1", "refid": "sample string 2", "reftype": "sample string 3", "centname": "sample string 4", "enrollmenttype": "sample string 5", "schooltype": "sample string 6", "billrate": 1.0, "cgst": 1.1, "sgst": 1.1, "totalenrollment": "sample string 7", "billamount": 1.1, "status": 1, "month": "sample string 8", "year": "sample string 9", "stmonth": "sample string 10", "styear": "sample string 11", "endmonth": "sample string 12", "endyear": "sample string 13", "totpaidamount": 14.1, "state": "sample string 15", "city": "sample string 16", "tlname": "sample string 17" }, { "billid": "sample string 1", "refid": "sample string 2", "reftype": "sample string 3", "centname": "sample string 4", "enrollmenttype": "sample string 5", "schooltype": "sample string 6", "billrate": 1.0, "cgst": 1.1, "sgst": 1.1, "totalenrollment": "sample string 7", "billamount": 1.1, "status": 1, "month": "sample string 8", "year": "sample string 9", "stmonth": "sample string 10", "styear": "sample string 11", "endmonth": "sample string 12", "endyear": "sample string 13", "totpaidamount": 14.1, "state": "sample string 15", "city": "sample string 16", "tlname": "sample string 17" } ]
application/xml, text/xml
Sample:
<ArrayOfGetBillListForMonthNew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetBillListForMonthNew_Result> <billamount>1.1</billamount> <billid>sample string 1</billid> <billrate>1</billrate> <centname>sample string 4</centname> <cgst>1.1</cgst> <city>sample string 16</city> <endmonth>sample string 12</endmonth> <endyear>sample string 13</endyear> <enrollmenttype>sample string 5</enrollmenttype> <month>sample string 8</month> <refid>sample string 2</refid> <reftype>sample string 3</reftype> <schooltype>sample string 6</schooltype> <sgst>1.1</sgst> <state>sample string 15</state> <status>1</status> <stmonth>sample string 10</stmonth> <styear>sample string 11</styear> <tlname>sample string 17</tlname> <totalenrollment>sample string 7</totalenrollment> <totpaidamount>14.1</totpaidamount> <year>sample string 9</year> </GetBillListForMonthNew_Result> <GetBillListForMonthNew_Result> <billamount>1.1</billamount> <billid>sample string 1</billid> <billrate>1</billrate> <centname>sample string 4</centname> <cgst>1.1</cgst> <city>sample string 16</city> <endmonth>sample string 12</endmonth> <endyear>sample string 13</endyear> <enrollmenttype>sample string 5</enrollmenttype> <month>sample string 8</month> <refid>sample string 2</refid> <reftype>sample string 3</reftype> <schooltype>sample string 6</schooltype> <sgst>1.1</sgst> <state>sample string 15</state> <status>1</status> <stmonth>sample string 10</stmonth> <styear>sample string 11</styear> <tlname>sample string 17</tlname> <totalenrollment>sample string 7</totalenrollment> <totpaidamount>14.1</totpaidamount> <year>sample string 9</year> </GetBillListForMonthNew_Result> </ArrayOfGetBillListForMonthNew_Result>