POST api/StudentFee/GenerateChallan

Request Information

URI Parameters

None.

Body Parameters

StudentFeeChallanModel
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

ChallanNo

integer

None.

ChallanDate

string

None.

AdmissionNo

string

None.

SessionName

string

None.

Amount

decimal number

None.

MobileNo

string

None.

FeeForMonth

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "ChallanNo": 3,
  "ChallanDate": "sample string 4",
  "AdmissionNo": "sample string 5",
  "SessionName": "sample string 6",
  "Amount": 7.0,
  "MobileNo": "sample string 8",
  "FeeForMonth": "sample string 9"
}

application/xml, text/xml

Sample:
<StudentFeeChallanModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.StudentWork">
  <AdmissionNo>sample string 5</AdmissionNo>
  <Amount>7</Amount>
  <ChallanDate>sample string 4</ChallanDate>
  <ChallanNo>3</ChallanNo>
  <FeeForMonth>sample string 9</FeeForMonth>
  <Message>sample string 2</Message>
  <MobileNo>sample string 8</MobileNo>
  <SessionName>sample string 6</SessionName>
  <Status>1</Status>
</StudentFeeChallanModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.