POST api/v1/finance_FeeWaiverRequest

Request Information

URI Parameters

None.

Body Parameters

Finance_FeeWaiverRequestVM
NameDescriptionTypeAdditional information
feeWaiverRequestId

integer

None.

feeWaiverConditionId

integer

None.

studentId

integer

None.

admissionNumber

string

None.

isNewStudent

boolean

None.

acadedmicDegreeTypeId

integer

None.

financeFeeWaiverId

integer

None.

dateCreated

date

None.

createdBy

integer

None.

dateUpdated

date

None.

updateBy

integer

None.

tenantId

integer

None.

academicSessionId

integer

None.

statusId

integer

None.

approvedBy

integer

None.

dateApproved

date

None.

name

string

None.

acadedmicDegreeTypeName

string

None.

financeFeeWaiverName

string

None.

academicSessionName

string

None.

statusName

string

None.

studentType

string

None.

approvedByName

string

None.

approvalComment

string

None.

isPostedByFinance

string

None.

Request Formats

application/json, text/json

Sample:
{
  "feeWaiverRequestId": 1,
  "feeWaiverConditionId": 1,
  "studentId": 1,
  "admissionNumber": "sample string 2",
  "isNewStudent": true,
  "acadedmicDegreeTypeId": 1,
  "financeFeeWaiverId": 1,
  "dateCreated": "2024-09-19T11:01:27.5568759-07:00",
  "createdBy": 1,
  "dateUpdated": "2024-09-19T11:01:27.5568759-07:00",
  "updateBy": 1,
  "tenantId": 1,
  "academicSessionId": 1,
  "statusId": 1,
  "approvedBy": 1,
  "dateApproved": "2024-09-19T11:01:27.5568759-07:00",
  "name": "sample string 3",
  "acadedmicDegreeTypeName": "sample string 4",
  "financeFeeWaiverName": "sample string 5",
  "academicSessionName": "sample string 6",
  "statusName": "sample string 7",
  "studentType": "sample string 8",
  "approvedByName": "sample string 9",
  "approvalComment": "sample string 10",
  "isPostedByFinance": "sample string 11"
}

application/xml, text/xml

Sample:
<Finance_FeeWaiverRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <acadedmicDegreeTypeId>1</acadedmicDegreeTypeId>
  <acadedmicDegreeTypeName>sample string 4</acadedmicDegreeTypeName>
  <academicSessionId>1</academicSessionId>
  <academicSessionName>sample string 6</academicSessionName>
  <admissionNumber>sample string 2</admissionNumber>
  <approvalComment>sample string 10</approvalComment>
  <approvedBy>1</approvedBy>
  <approvedByName>sample string 9</approvedByName>
  <createdBy>1</createdBy>
  <dateApproved>2024-09-19T11:01:27.5568759-07:00</dateApproved>
  <dateCreated>2024-09-19T11:01:27.5568759-07:00</dateCreated>
  <dateUpdated>2024-09-19T11:01:27.5568759-07:00</dateUpdated>
  <feeWaiverConditionId>1</feeWaiverConditionId>
  <feeWaiverRequestId>1</feeWaiverRequestId>
  <financeFeeWaiverId>1</financeFeeWaiverId>
  <financeFeeWaiverName>sample string 5</financeFeeWaiverName>
  <isNewStudent>true</isNewStudent>
  <isPostedByFinance>sample string 11</isPostedByFinance>
  <name>sample string 3</name>
  <statusId>1</statusId>
  <statusName>sample string 7</statusName>
  <studentId>1</studentId>
  <studentType>sample string 8</studentType>
  <tenantId>1</tenantId>
  <updateBy>1</updateBy>
</Finance_FeeWaiverRequestVM>

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.