POST api/v1/mIS_StudentAdmission
Request Information
URI Parameters
None.
Body Parameters
MIS_StudentAdmissionVM| Name | Description | Type | Additional 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": "2025-11-03T12:08:46.2310211-08:00",
"admitedBy": 1,
"academicSessionId": 1,
"year": "sample string 3",
"studentId": 1,
"tenantId": 1,
"dateCreated": "2025-11-03T12:08:46.2320218-08: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>2025-11-03T12:08:46.2310211-08:00</admissionDate> <admissionNumber>sample string 2</admissionNumber> <admissionTypeId>1</admissionTypeId> <admitedBy>1</admitedBy> <createdBy>4</createdBy> <dateCreated>2025-11-03T12:08:46.2320218-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.