GET api/Center/GetPIFBillingDetail/{billid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| billid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PIFBilling| Name | Description | Type | Additional information |
|---|---|---|---|
| billid | string |
None. |
|
| refid | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| month | string |
None. |
|
| year | string |
None. |
|
| reftype | string |
None. |
|
| billtype | string |
None. |
|
| schooltype | string |
None. |
|
| enrollmenttype | string |
None. |
|
| totalenrollment | string |
None. |
|
| billamount | decimal number |
None. |
|
| itype | string |
None. |
|
| endmonth | string |
None. |
|
| endyear | string |
None. |
|
| inthename | string |
None. |
|
| status | integer |
None. |
|
| createby | string |
None. |
|
| createdate | date |
None. |
|
| lastupdate | date |
None. |
|
| lastupdateby | string |
None. |
|
| seqno | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"billid": "sample string 1",
"refid": "sample string 2",
"state": "sample string 3",
"city": "sample string 4",
"month": "sample string 5",
"year": "sample string 6",
"reftype": "sample string 7",
"billtype": "sample string 8",
"schooltype": "sample string 9",
"enrollmenttype": "sample string 10",
"totalenrollment": "sample string 11",
"billamount": 1.1,
"itype": "sample string 12",
"endmonth": "sample string 13",
"endyear": "sample string 14",
"inthename": "sample string 15",
"status": 1,
"createby": "sample string 16",
"createdate": "2025-10-27T23:53:03.3394335+05:30",
"lastupdate": "2025-10-27T23:53:03.3394335+05:30",
"lastupdateby": "sample string 17",
"seqno": 1
}
application/xml, text/xml
Sample:
<PIFBilling xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <billamount>1.1</billamount> <billid>sample string 1</billid> <billtype>sample string 8</billtype> <city>sample string 4</city> <createby>sample string 16</createby> <createdate>2025-10-27T23:53:03.3394335+05:30</createdate> <endmonth>sample string 13</endmonth> <endyear>sample string 14</endyear> <enrollmenttype>sample string 10</enrollmenttype> <inthename>sample string 15</inthename> <itype>sample string 12</itype> <lastupdate>2025-10-27T23:53:03.3394335+05:30</lastupdate> <lastupdateby>sample string 17</lastupdateby> <month>sample string 5</month> <refid>sample string 2</refid> <reftype>sample string 7</reftype> <schooltype>sample string 9</schooltype> <seqno>1</seqno> <state>sample string 3</state> <status>1</status> <totalenrollment>sample string 11</totalenrollment> <year>sample string 6</year> </PIFBilling>