PUT api/v1/finance_StudentFeeWaiver/{studentFeeWaiverId}/studentFeeWaiverId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentFeeWaiverId

integer

Required

Body Parameters

Finance_StudentFeeWaiverVM
NameDescriptionTypeAdditional information
studentFeeWaiverId

integer

None.

feeWaiverConditionId

integer

None.

studentId

integer

None.

admissionNumber

string

None.

financeFeeWaiverId

integer

None.

dateCreated

date

None.

createdBy

integer

None.

dateUpdated

date

None.

updateBy

integer

None.

tenantId

integer

None.

isValid

boolean

None.

dateTerminated

date

None.

reasonForTermination

string

None.

terminatedBy

integer

None.

isReactivated

boolean

None.

academicDegreeTypeId

integer

None.

academicSessionId

integer

None.

statusId

integer

None.

approvedBy

integer

None.

dateApproved

date

None.

linkedId

string

None.

name

string

None.

financeFeeWaiver

string

None.

academicSessionName

string

None.

isActive

string

None.

Request Formats

application/json, text/json

Sample:
{
  "studentFeeWaiverId": 1,
  "feeWaiverConditionId": 1,
  "studentId": 1,
  "admissionNumber": "sample string 2",
  "financeFeeWaiverId": 1,
  "dateCreated": "2024-09-19T09:24:25.110823-07:00",
  "createdBy": 1,
  "dateUpdated": "2024-09-19T09:24:25.110823-07:00",
  "updateBy": 1,
  "tenantId": 1,
  "isValid": true,
  "dateTerminated": "2024-09-19T09:24:25.110823-07:00",
  "reasonForTermination": "sample string 4",
  "terminatedBy": 5,
  "isReactivated": true,
  "academicDegreeTypeId": 1,
  "academicSessionId": 1,
  "statusId": 1,
  "approvedBy": 1,
  "dateApproved": "2024-09-19T09:24:25.110823-07:00",
  "linkedId": "sample string 7",
  "name": "sample string 8",
  "financeFeeWaiver": "sample string 9",
  "academicSessionName": "sample string 10",
  "isActive": "sample string 11"
}

application/xml, text/xml

Sample:
<Finance_StudentFeeWaiverVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicDegreeTypeId>1</academicDegreeTypeId>
  <academicSessionId>1</academicSessionId>
  <academicSessionName>sample string 10</academicSessionName>
  <admissionNumber>sample string 2</admissionNumber>
  <approvedBy>1</approvedBy>
  <createdBy>1</createdBy>
  <dateApproved>2024-09-19T09:24:25.110823-07:00</dateApproved>
  <dateCreated>2024-09-19T09:24:25.110823-07:00</dateCreated>
  <dateTerminated>2024-09-19T09:24:25.110823-07:00</dateTerminated>
  <dateUpdated>2024-09-19T09:24:25.110823-07:00</dateUpdated>
  <feeWaiverConditionId>1</feeWaiverConditionId>
  <financeFeeWaiver>sample string 9</financeFeeWaiver>
  <financeFeeWaiverId>1</financeFeeWaiverId>
  <isActive>sample string 11</isActive>
  <isReactivated>true</isReactivated>
  <isValid>true</isValid>
  <linkedId>sample string 7</linkedId>
  <name>sample string 8</name>
  <reasonForTermination>sample string 4</reasonForTermination>
  <statusId>1</statusId>
  <studentFeeWaiverId>1</studentFeeWaiverId>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
  <terminatedBy>5</terminatedBy>
  <updateBy>1</updateBy>
</Finance_StudentFeeWaiverVM>

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.