POST api/SchoolBill/ProcessSchoolBillPayment
Request Information
URI Parameters
None.
Body Parameters
SchoolBillPaymentReqName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
StudentId | integer |
Required |
|
SessionId | integer |
Required |
|
TermId | integer |
Required |
|
AmountPaid | decimal number |
Required |
|
PaymentDate | date |
Required |
|
processop | string |
Required |
|
username | string |
Required |
|
accesskey | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "StudentId": 2, "SessionId": 3, "TermId": 4, "AmountPaid": 5.0, "PaymentDate": "2025-06-12T02:49:16.09342-07:00", "processop": "sample string 7", "username": "sample string 8", "accesskey": "sample string 9" }
text/html
Sample:
{"Id":1,"StudentId":2,"SessionId":3,"TermId":4,"AmountPaid":5.0,"PaymentDate":"2025-06-12T02:49:16.09342-07:00","processop":"sample string 7","username":"sample string 8","accesskey":"sample string 9"}
application/xml, text/xml
Sample:
<SchoolBillPaymentReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models.RequestModel"> <AmountPaid>5</AmountPaid> <Id>1</Id> <PaymentDate>2025-06-12T02:49:16.09342-07:00</PaymentDate> <SessionId>3</SessionId> <StudentId>2</StudentId> <TermId>4</TermId> <accesskey>sample string 9</accesskey> <processop>sample string 7</processop> <username>sample string 8</username> </SchoolBillPaymentReq>
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.