POST api/StudentFee/PayBookFee
Request Information
URI Parameters
None.
Body Parameters
BookFeeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MIRMBookFeeID | integer |
None. |
|
| MIMasterBookID | integer |
None. |
|
| SessionFk | integer |
None. |
|
| ReceiptNo | string |
None. |
|
| StudentFk | integer |
None. |
|
| BookAmount | decimal number |
None. |
|
| PaidAmount | decimal number |
None. |
|
| BalanceAmount | decimal number |
None. |
|
| PaymentDate | date |
None. |
|
| Mode | string |
None. |
|
| TransactionID | string |
None. |
|
| CreateDate | date |
None. |
|
| EntryBy | string |
None. |
|
| IsSync | boolean |
None. |
|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
|
| Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MIRMBookFeeID": 1,
"MIMasterBookID": 2,
"SessionFk": 3,
"ReceiptNo": "sample string 4",
"StudentFk": 5,
"BookAmount": 6.0,
"PaidAmount": 7.0,
"BalanceAmount": 8.0,
"PaymentDate": "2025-11-18T02:46:34.6208475+05:30",
"Mode": "sample string 10",
"TransactionID": "sample string 11",
"CreateDate": "2025-11-18T02:46:34.6208475+05:30",
"EntryBy": "sample string 13",
"IsSync": true,
"Status": 15,
"Message": "sample string 16",
"Data": {},
"Domain": "sample string 18"
}
application/xml, text/xml
Sample:
<BookFeeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.StudentWork"> <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 18</Domain> <Data xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models" /> <Message xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 16</Message> <Status xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">15</Status> <BalanceAmount>8</BalanceAmount> <BookAmount>6</BookAmount> <CreateDate>2025-11-18T02:46:34.6208475+05:30</CreateDate> <EntryBy>sample string 13</EntryBy> <IsSync>true</IsSync> <MIMasterBookID>2</MIMasterBookID> <MIRMBookFeeID>1</MIRMBookFeeID> <Mode>sample string 10</Mode> <PaidAmount>7</PaidAmount> <PaymentDate>2025-11-18T02:46:34.6208475+05:30</PaymentDate> <ReceiptNo>sample string 4</ReceiptNo> <SessionFk>3</SessionFk> <StudentFk>5</StudentFk> <TransactionID>sample string 11</TransactionID> </BookFeeModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.