POST api/SchoolBill/ProcessSchoolBillDetails
Request Information
URI Parameters
None.
Body Parameters
SchoolBillDetailsReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| BillNameId | integer |
Required |
|
| SessionId | integer |
Required |
|
| TermId | integer |
Required |
|
| ClassOptionId | integer |
Required |
|
| IsOption | boolean |
Required |
|
| BillAmount | decimal number |
Required |
|
| processop | string |
Required |
|
| username | string |
Required |
|
| accesskey | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"BillNameId": 2,
"SessionId": 3,
"TermId": 4,
"ClassOptionId": 5,
"IsOption": true,
"BillAmount": 7.0,
"processop": "sample string 8",
"username": "sample string 9",
"accesskey": "sample string 10"
}
text/html
Sample:
{"Id":1,"BillNameId":2,"SessionId":3,"TermId":4,"ClassOptionId":5,"IsOption":true,"BillAmount":7.0,"processop":"sample string 8","username":"sample string 9","accesskey":"sample string 10"}
application/xml, text/xml
Sample:
<SchoolBillDetailsReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models.RequestModel"> <BillAmount>7</BillAmount> <BillNameId>2</BillNameId> <ClassOptionId>5</ClassOptionId> <Id>1</Id> <IsOption>true</IsOption> <SessionId>3</SessionId> <TermId>4</TermId> <accesskey>sample string 10</accesskey> <processop>sample string 8</processop> <username>sample string 9</username> </SchoolBillDetailsReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.