POST api/Fee

Request Information

URI Parameters

None.

Body Parameters

fee_challan
NameDescriptionTypeAdditional information
receipt_no

decimal number

None.

RegNo

decimal number

None.

receipt_date

date

None.

total_amount

decimal number

None.

total_received

decimal number

None.

balance

decimal number

None.

class_ID

decimal number

None.

session

decimal number

None.

FromDateRange_temp

date

None.

ToDateRange_temp

date

None.

DueDate

date

None.

StudentName

string

None.

MsgCode

string

None.

MsgDesc

string

None.

Feestatus

string

None.

PVCCode

string

None.

PaidDate

date

None.

LateFeeFine

decimal number

None.

TotalFeeWithFine

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "receipt_no": 1.0,
  "RegNo": 1.0,
  "receipt_date": "2024-06-29T17:12:42.1355818+05:00",
  "total_amount": 1.0,
  "total_received": 1.0,
  "balance": 1.0,
  "class_ID": 1.0,
  "session": 1.0,
  "FromDateRange_temp": "2024-06-29T17:12:42.1355818+05:00",
  "ToDateRange_temp": "2024-06-29T17:12:42.1355818+05:00",
  "DueDate": "2024-06-29T17:12:42.1355818+05:00",
  "StudentName": "sample string 2",
  "MsgCode": "sample string 3",
  "MsgDesc": "sample string 4",
  "Feestatus": "sample string 5",
  "PVCCode": "sample string 6",
  "PaidDate": "2024-06-29T17:12:42.1355818+05:00",
  "LateFeeFine": 1.0,
  "TotalFeeWithFine": 1.0
}

text/html

Sample:
{"receipt_no":1.0,"RegNo":1.0,"receipt_date":"2024-06-29T17:12:42.1355818+05:00","total_amount":1.0,"total_received":1.0,"balance":1.0,"class_ID":1.0,"session":1.0,"FromDateRange_temp":"2024-06-29T17:12:42.1355818+05:00","ToDateRange_temp":"2024-06-29T17:12:42.1355818+05:00","DueDate":"2024-06-29T17:12:42.1355818+05:00","StudentName":"sample string 2","MsgCode":"sample string 3","MsgDesc":"sample string 4","Feestatus":"sample string 5","PVCCode":"sample string 6","PaidDate":"2024-06-29T17:12:42.1355818+05:00","LateFeeFine":1.0,"TotalFeeWithFine":1.0}

application/xml, text/xml

Sample:
<fee_challan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeeDataAccess">
  <DueDate>2024-06-29T17:12:42.1355818+05:00</DueDate>
  <Feestatus>sample string 5</Feestatus>
  <FromDateRange_temp>2024-06-29T17:12:42.1355818+05:00</FromDateRange_temp>
  <LateFeeFine>1</LateFeeFine>
  <MsgCode>sample string 3</MsgCode>
  <MsgDesc>sample string 4</MsgDesc>
  <PVCCode>sample string 6</PVCCode>
  <PaidDate>2024-06-29T17:12:42.1355818+05:00</PaidDate>
  <RegNo>1</RegNo>
  <StudentName>sample string 2</StudentName>
  <ToDateRange_temp>2024-06-29T17:12:42.1355818+05:00</ToDateRange_temp>
  <TotalFeeWithFine>1</TotalFeeWithFine>
  <balance>1</balance>
  <class_ID>1</class_ID>
  <receipt_date>2024-06-29T17:12:42.1355818+05:00</receipt_date>
  <receipt_no>1</receipt_no>
  <session>1</session>
  <total_amount>1</total_amount>
  <total_received>1</total_received>
</fee_challan>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.