POST api/Center/AddCenterBill/{schooltype}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| schooltype | string |
Required |
Body Parameters
CenterBilling| Name | Description | Type | Additional information |
|---|---|---|---|
| billid | string |
None. |
|
| centid | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| month | string |
None. |
|
| year | string |
None. |
|
| billrate | decimal number |
None. |
|
| schooltype | string |
None. |
|
| enrollmenttype | string |
None. |
|
| totalenrollment | string |
None. |
|
| billamount | decimal number |
None. |
|
| createby | string |
None. |
|
| createdate | date |
None. |
|
| lastupdate | date |
None. |
|
| lastupdateby | string |
None. |
|
| seqno | integer |
None. |
|
| status | integer |
None. |
|
| itype | string |
None. |
|
| endmonth | string |
None. |
|
| endyear | string |
None. |
|
| inthename | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"billid": "sample string 1",
"centid": "sample string 2",
"state": "sample string 3",
"city": "sample string 4",
"month": "sample string 5",
"year": "sample string 6",
"billrate": 1.1,
"schooltype": "sample string 7",
"enrollmenttype": "sample string 8",
"totalenrollment": "sample string 9",
"billamount": 1.1,
"createby": "sample string 10",
"createdate": "2025-12-14T02:55:05.1416038+05:30",
"lastupdate": "2025-12-14T02:55:05.1416038+05:30",
"lastupdateby": "sample string 11",
"seqno": 1,
"status": 1,
"itype": "sample string 12",
"endmonth": "sample string 13",
"endyear": "sample string 14",
"inthename": "sample string 15"
}
application/xml, text/xml
Sample:
<CenterBilling 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> <billrate>1.1</billrate> <centid>sample string 2</centid> <city>sample string 4</city> <createby>sample string 10</createby> <createdate>2025-12-14T02:55:05.1416038+05:30</createdate> <endmonth>sample string 13</endmonth> <endyear>sample string 14</endyear> <enrollmenttype>sample string 8</enrollmenttype> <inthename>sample string 15</inthename> <itype>sample string 12</itype> <lastupdate>2025-12-14T02:55:05.1416038+05:30</lastupdate> <lastupdateby>sample string 11</lastupdateby> <month>sample string 5</month> <schooltype>sample string 7</schooltype> <seqno>1</seqno> <state>sample string 3</state> <status>1</status> <totalenrollment>sample string 9</totalenrollment> <year>sample string 6</year> </CenterBilling>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>