GET api/Center/GetPIFSchoolMonthBillListNew/{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 GetPIFSchoolMonthBillListNew_Result| Name | 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. |
|
| 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",
"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",
"stmonth": "sample string 9",
"styear": "sample string 10",
"endmonth": "sample string 11",
"endyear": "sample string 12",
"totpaidamount": 13.1,
"state": "sample string 14",
"city": "sample string 15",
"tlname": "sample string 16"
},
{
"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",
"stmonth": "sample string 9",
"styear": "sample string 10",
"endmonth": "sample string 11",
"endyear": "sample string 12",
"totpaidamount": 13.1,
"state": "sample string 14",
"city": "sample string 15",
"tlname": "sample string 16"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPIFSchoolMonthBillListNew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPIFSchoolMonthBillListNew_Result>
<billamount>1.1</billamount>
<billid>sample string 1</billid>
<billrate>1.1</billrate>
<cgst>1.1</cgst>
<city>sample string 15</city>
<endmonth>sample string 11</endmonth>
<endyear>sample string 12</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 14</state>
<status>1</status>
<stmonth>sample string 9</stmonth>
<styear>sample string 10</styear>
<tlname>sample string 16</tlname>
<totalenrollment>sample string 6</totalenrollment>
<totpaidamount>13.1</totpaidamount>
<year>sample string 8</year>
</GetPIFSchoolMonthBillListNew_Result>
<GetPIFSchoolMonthBillListNew_Result>
<billamount>1.1</billamount>
<billid>sample string 1</billid>
<billrate>1.1</billrate>
<cgst>1.1</cgst>
<city>sample string 15</city>
<endmonth>sample string 11</endmonth>
<endyear>sample string 12</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 14</state>
<status>1</status>
<stmonth>sample string 9</stmonth>
<styear>sample string 10</styear>
<tlname>sample string 16</tlname>
<totalenrollment>sample string 6</totalenrollment>
<totpaidamount>13.1</totpaidamount>
<year>sample string 8</year>
</GetPIFSchoolMonthBillListNew_Result>
</ArrayOfGetPIFSchoolMonthBillListNew_Result>