POST api/v1/finance_StudentFeeSchedule

Request Information

URI Parameters

None.

Body Parameters

Finance_StudentFeeScheduleVM
NameDescriptionTypeAdditional information
studentFeeScheduleId

integer

None.

studentId

integer

None.

admissionNumber

string

None.

chartOfAccountId

integer

None.

financialYearId

integer

None.

referenceNumber

string

None.

costCenter

string

None.

voucherNumber

string

None.

naration

string

None.

approvedBy

integer

None.

debitAmount

decimal number

None.

creditAmount

decimal number

None.

balance

decimal number

None.

transactionDate

date

None.

createdBy

integer

None.

tenantId

integer

None.

linkedId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "studentFeeScheduleId": 1,
  "studentId": 1,
  "admissionNumber": "sample string 2",
  "chartOfAccountId": 1,
  "financialYearId": 1,
  "referenceNumber": "sample string 3",
  "costCenter": "sample string 4",
  "voucherNumber": "sample string 5",
  "naration": "sample string 6",
  "approvedBy": 1,
  "debitAmount": 7.0,
  "creditAmount": 8.0,
  "balance": 9.0,
  "transactionDate": "2024-09-19T09:44:11.5915256-07:00",
  "createdBy": 1,
  "tenantId": 1,
  "linkedId": "sample string 10"
}

application/xml, text/xml

Sample:
<Finance_StudentFeeScheduleVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <admissionNumber>sample string 2</admissionNumber>
  <approvedBy>1</approvedBy>
  <balance>9</balance>
  <chartOfAccountId>1</chartOfAccountId>
  <costCenter>sample string 4</costCenter>
  <createdBy>1</createdBy>
  <creditAmount>8</creditAmount>
  <debitAmount>7</debitAmount>
  <financialYearId>1</financialYearId>
  <linkedId>sample string 10</linkedId>
  <naration>sample string 6</naration>
  <referenceNumber>sample string 3</referenceNumber>
  <studentFeeScheduleId>1</studentFeeScheduleId>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
  <transactionDate>2024-09-19T09:44:11.5915256-07:00</transactionDate>
  <voucherNumber>sample string 5</voucherNumber>
</Finance_StudentFeeScheduleVM>

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.