GET api/Center/GetPIFSchoolMonthBillList/{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 GetPIFSchoolMonthBillList_ResultName | Description | Type | Additional information |
---|---|---|---|
billid | string |
None. |
|
reftype | string |
None. |
|
refid | string |
None. |
|
schoolname | string |
None. |
|
enrollmenttype | string |
None. |
|
cgst | decimal number |
None. |
|
sgst | decimal number |
None. |
|
billrate | decimal number |
None. |
|
totalenrollment | string |
None. |
|
billamount | decimal number |
None. |
|
status | integer |
None. |
|
month | string |
None. |
|
year | string |
None. |
|
endmonth | string |
None. |
|
endyear | string |
None. |
|
totpaidamount | decimal number |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
tlname | string |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "billid": "sample string 1", "reftype": "sample string 2", "refid": "sample string 3", "schoolname": "sample string 4", "enrollmenttype": "sample string 5", "cgst": 1.1, "sgst": 1.1, "billrate": 1.1, "totalenrollment": "sample string 6", "billamount": 1.1, "status": 1, "month": "sample string 7", "year": "sample string 8", "endmonth": "sample string 9", "endyear": "sample string 10", "totpaidamount": 11.1, "state": "sample string 12", "city": "sample string 13", "tlname": "sample string 14", "tRecordCount": 1 }, { "billid": "sample string 1", "reftype": "sample string 2", "refid": "sample string 3", "schoolname": "sample string 4", "enrollmenttype": "sample string 5", "cgst": 1.1, "sgst": 1.1, "billrate": 1.1, "totalenrollment": "sample string 6", "billamount": 1.1, "status": 1, "month": "sample string 7", "year": "sample string 8", "endmonth": "sample string 9", "endyear": "sample string 10", "totpaidamount": 11.1, "state": "sample string 12", "city": "sample string 13", "tlname": "sample string 14", "tRecordCount": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetPIFSchoolMonthBillList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetPIFSchoolMonthBillList_Result> <billamount>1.1</billamount> <billid>sample string 1</billid> <billrate>1.1</billrate> <cgst>1.1</cgst> <city>sample string 13</city> <endmonth>sample string 9</endmonth> <endyear>sample string 10</endyear> <enrollmenttype>sample string 5</enrollmenttype> <month>sample string 7</month> <refid>sample string 3</refid> <reftype>sample string 2</reftype> <schoolname>sample string 4</schoolname> <sgst>1.1</sgst> <state>sample string 12</state> <status>1</status> <tRecordCount>1</tRecordCount> <tlname>sample string 14</tlname> <totalenrollment>sample string 6</totalenrollment> <totpaidamount>11.1</totpaidamount> <year>sample string 8</year> </GetPIFSchoolMonthBillList_Result> <GetPIFSchoolMonthBillList_Result> <billamount>1.1</billamount> <billid>sample string 1</billid> <billrate>1.1</billrate> <cgst>1.1</cgst> <city>sample string 13</city> <endmonth>sample string 9</endmonth> <endyear>sample string 10</endyear> <enrollmenttype>sample string 5</enrollmenttype> <month>sample string 7</month> <refid>sample string 3</refid> <reftype>sample string 2</reftype> <schoolname>sample string 4</schoolname> <sgst>1.1</sgst> <state>sample string 12</state> <status>1</status> <tRecordCount>1</tRecordCount> <tlname>sample string 14</tlname> <totalenrollment>sample string 6</totalenrollment> <totpaidamount>11.1</totpaidamount> <year>sample string 8</year> </GetPIFSchoolMonthBillList_Result> </ArrayOfGetPIFSchoolMonthBillList_Result>