POST api/Fees/MonthlyFeesEntry
Request Information
URI Parameters
None.
Body Parameters
Collection of MonthlyFees| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceiptNo | integer |
None. |
|
| RegNo | string |
None. |
|
| Session | string |
None. |
|
| PaidDate | date |
None. |
|
| Month | string |
None. |
|
| Tuition | decimal number |
None. |
|
| DayBoarder | decimal number |
None. |
|
| Other | decimal number |
None. |
|
| Late | decimal number |
None. |
|
| Total | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ReceiptNo": 1,
"RegNo": "sample string 2",
"Session": "sample string 3",
"PaidDate": "2025-11-08T12:23:36.2126964+05:30",
"Month": "sample string 5",
"Tuition": 6.0,
"DayBoarder": 7.0,
"Other": 8.0,
"Late": 9.0,
"Total": 10.0
},
{
"ReceiptNo": 1,
"RegNo": "sample string 2",
"Session": "sample string 3",
"PaidDate": "2025-11-08T12:23:36.2126964+05:30",
"Month": "sample string 5",
"Tuition": 6.0,
"DayBoarder": 7.0,
"Other": 8.0,
"Late": 9.0,
"Total": 10.0
}
]
application/xml, text/xml
Sample:
<ArrayOfMonthlyFees xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EruditeWebApi.Models">
<MonthlyFees>
<DayBoarder>7</DayBoarder>
<Late>9</Late>
<Month>sample string 5</Month>
<Other>8</Other>
<PaidDate>2025-11-08T12:23:36.2126964+05:30</PaidDate>
<ReceiptNo>1</ReceiptNo>
<RegNo>sample string 2</RegNo>
<Session>sample string 3</Session>
<Total>10</Total>
<Tuition>6</Tuition>
</MonthlyFees>
<MonthlyFees>
<DayBoarder>7</DayBoarder>
<Late>9</Late>
<Month>sample string 5</Month>
<Other>8</Other>
<PaidDate>2025-11-08T12:23:36.2126964+05:30</PaidDate>
<ReceiptNo>1</ReceiptNo>
<RegNo>sample string 2</RegNo>
<Session>sample string 3</Session>
<Total>10</Total>
<Tuition>6</Tuition>
</MonthlyFees>
</ArrayOfMonthlyFees>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of MonthlyFees| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceiptNo | integer |
None. |
|
| RegNo | string |
None. |
|
| Session | string |
None. |
|
| PaidDate | date |
None. |
|
| Month | string |
None. |
|
| Tuition | decimal number |
None. |
|
| DayBoarder | decimal number |
None. |
|
| Other | decimal number |
None. |
|
| Late | decimal number |
None. |
|
| Total | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ReceiptNo": 1,
"RegNo": "sample string 2",
"Session": "sample string 3",
"PaidDate": "2025-11-08T12:23:36.4944442+05:30",
"Month": "sample string 5",
"Tuition": 6.0,
"DayBoarder": 7.0,
"Other": 8.0,
"Late": 9.0,
"Total": 10.0
},
{
"ReceiptNo": 1,
"RegNo": "sample string 2",
"Session": "sample string 3",
"PaidDate": "2025-11-08T12:23:36.4944442+05:30",
"Month": "sample string 5",
"Tuition": 6.0,
"DayBoarder": 7.0,
"Other": 8.0,
"Late": 9.0,
"Total": 10.0
}
]
application/xml, text/xml
Sample:
<ArrayOfMonthlyFees xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EruditeWebApi.Models">
<MonthlyFees>
<DayBoarder>7</DayBoarder>
<Late>9</Late>
<Month>sample string 5</Month>
<Other>8</Other>
<PaidDate>2025-11-08T12:23:36.4944442+05:30</PaidDate>
<ReceiptNo>1</ReceiptNo>
<RegNo>sample string 2</RegNo>
<Session>sample string 3</Session>
<Total>10</Total>
<Tuition>6</Tuition>
</MonthlyFees>
<MonthlyFees>
<DayBoarder>7</DayBoarder>
<Late>9</Late>
<Month>sample string 5</Month>
<Other>8</Other>
<PaidDate>2025-11-08T12:23:36.4944442+05:30</PaidDate>
<ReceiptNo>1</ReceiptNo>
<RegNo>sample string 2</RegNo>
<Session>sample string 3</Session>
<Total>10</Total>
<Tuition>6</Tuition>
</MonthlyFees>
</ArrayOfMonthlyFees>