GET api/Center/GetBillListForMonth/{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 GetBillListForMonth_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| billid | string |
None. |
|
| refid | string |
None. |
|
| reftype | string |
None. |
|
| centname | string |
None. |
|
| enrollmenttype | string |
None. |
|
| billrate | decimal number |
None. |
|
| schooltype | string |
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. |
|
| 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",
"billrate": 1.0,
"schooltype": "sample string 6",
"cgst": 1.1,
"sgst": 1.1,
"totalenrollment": "sample string 7",
"billamount": 1.1,
"status": 1,
"month": "sample string 8",
"year": "sample string 9",
"endmonth": "sample string 10",
"endyear": "sample string 11",
"totpaidamount": 12.1,
"state": "sample string 13",
"city": "sample string 14",
"tlname": "sample string 15"
},
{
"billid": "sample string 1",
"refid": "sample string 2",
"reftype": "sample string 3",
"centname": "sample string 4",
"enrollmenttype": "sample string 5",
"billrate": 1.0,
"schooltype": "sample string 6",
"cgst": 1.1,
"sgst": 1.1,
"totalenrollment": "sample string 7",
"billamount": 1.1,
"status": 1,
"month": "sample string 8",
"year": "sample string 9",
"endmonth": "sample string 10",
"endyear": "sample string 11",
"totpaidamount": 12.1,
"state": "sample string 13",
"city": "sample string 14",
"tlname": "sample string 15"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetBillListForMonth_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetBillListForMonth_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 14</city>
<endmonth>sample string 10</endmonth>
<endyear>sample string 11</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 13</state>
<status>1</status>
<tlname>sample string 15</tlname>
<totalenrollment>sample string 7</totalenrollment>
<totpaidamount>12.1</totpaidamount>
<year>sample string 9</year>
</GetBillListForMonth_Result>
<GetBillListForMonth_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 14</city>
<endmonth>sample string 10</endmonth>
<endyear>sample string 11</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 13</state>
<status>1</status>
<tlname>sample string 15</tlname>
<totalenrollment>sample string 7</totalenrollment>
<totpaidamount>12.1</totpaidamount>
<year>sample string 9</year>
</GetBillListForMonth_Result>
</ArrayOfGetBillListForMonth_Result>