POST api/v1/academic_Deferral

Request Information

URI Parameters

None.

Body Parameters

Academic_DeferralVM
NameDescriptionTypeAdditional information
deferralId

integer

None.

studentId

integer

None.

academicLevelId

integer

None.

deferredAcademicSessionId

integer

None.

semestersDefferredId

integer

None.

reasonForDeferral

string

None.

statusId

integer

None.

dateApproved

date

None.

tenantId

integer

None.

createdBy

integer

None.

dateTimeCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "deferralId": 1,
  "studentId": 2,
  "academicLevelId": 3,
  "deferredAcademicSessionId": 4,
  "semestersDefferredId": 5,
  "reasonForDeferral": "sample string 6",
  "statusId": 7,
  "dateApproved": "2024-09-19T09:47:58.2049327-07:00",
  "tenantId": 1,
  "createdBy": 1,
  "dateTimeCreated": "2024-09-19T09:47:58.2049327-07:00"
}

application/xml, text/xml

Sample:
<Academic_DeferralVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicLevelId>3</academicLevelId>
  <createdBy>1</createdBy>
  <dateApproved>2024-09-19T09:47:58.2049327-07:00</dateApproved>
  <dateTimeCreated>2024-09-19T09:47:58.2049327-07:00</dateTimeCreated>
  <deferralId>1</deferralId>
  <deferredAcademicSessionId>4</deferredAcademicSessionId>
  <reasonForDeferral>sample string 6</reasonForDeferral>
  <semestersDefferredId>5</semestersDefferredId>
  <statusId>7</statusId>
  <studentId>2</studentId>
  <tenantId>1</tenantId>
</Academic_DeferralVM>

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.