PUT api/v1/mIS_StudentAdmission/{mIS_StudentAdmissionId}/mIS_StudentAdmissionId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mIS_StudentAdmissionId

integer

Required

Body Parameters

MIS_StudentAdmissionVM
NameDescriptionTypeAdditional information
studentAdmissionId

integer

None.

admissionNumber

string

None.

academicFacultyId

integer

None.

academicDepartmentId

integer

None.

academicDegreeTypeId

integer

None.

academicDegreeProgrammeId

integer

None.

admissionDate

date

None.

admitedBy

integer

None.

academicSessionId

integer

None.

year

string

None.

studentId

integer

None.

tenantId

integer

None.

dateCreated

date

None.

createdBy

integer

None.

admissionTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "studentAdmissionId": 1,
  "admissionNumber": "sample string 2",
  "academicFacultyId": 1,
  "academicDepartmentId": 1,
  "academicDegreeTypeId": 1,
  "academicDegreeProgrammeId": 1,
  "admissionDate": "2024-09-19T11:03:06.3542213-07:00",
  "admitedBy": 1,
  "academicSessionId": 1,
  "year": "sample string 3",
  "studentId": 1,
  "tenantId": 1,
  "dateCreated": "2024-09-19T11:03:06.3542213-07:00",
  "createdBy": 4,
  "admissionTypeId": 1
}

application/xml, text/xml

Sample:
<MIS_StudentAdmissionVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicDegreeProgrammeId>1</academicDegreeProgrammeId>
  <academicDegreeTypeId>1</academicDegreeTypeId>
  <academicDepartmentId>1</academicDepartmentId>
  <academicFacultyId>1</academicFacultyId>
  <academicSessionId>1</academicSessionId>
  <admissionDate>2024-09-19T11:03:06.3542213-07:00</admissionDate>
  <admissionNumber>sample string 2</admissionNumber>
  <admissionTypeId>1</admissionTypeId>
  <admitedBy>1</admitedBy>
  <createdBy>4</createdBy>
  <dateCreated>2024-09-19T11:03:06.3542213-07:00</dateCreated>
  <studentAdmissionId>1</studentAdmissionId>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
  <year>sample string 3</year>
</MIS_StudentAdmissionVM>

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.