PUT api/v1/academic_ResultApproval/{resultApprovalId}/resultApprovalId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
resultApprovalId | integer |
Required |
Body Parameters
Academic_ResultApprovalVMName | Description | Type | Additional information |
---|---|---|---|
resultApprovalId | integer |
None. |
|
studentId | integer |
None. |
|
resultApprovalLevelStaffId | integer |
None. |
|
admissionNumber | string |
None. |
|
academicSessionId | integer |
None. |
|
academicSemesterId | integer |
None. |
|
academicDegreeTypeId | integer |
None. |
|
academicFacultyId | integer |
None. |
|
academicDepartmentId | integer |
None. |
|
academicLevelId | integer |
None. |
|
dateCreated | date |
None. |
|
createdBy | integer |
None. |
|
tenantId | integer |
None. |
|
comment | string |
None. |
|
statusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "resultApprovalId": 1, "studentId": 1, "resultApprovalLevelStaffId": 2, "admissionNumber": "sample string 3", "academicSessionId": 1, "academicSemesterId": 1, "academicDegreeTypeId": 1, "academicFacultyId": 1, "academicDepartmentId": 1, "academicLevelId": 1, "dateCreated": "2024-11-24T09:01:46.8749801-08:00", "createdBy": 1, "tenantId": 1, "comment": "sample string 4", "statusId": 1 }
application/xml, text/xml
Sample:
<Academic_ResultApprovalVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <academicDegreeTypeId>1</academicDegreeTypeId> <academicDepartmentId>1</academicDepartmentId> <academicFacultyId>1</academicFacultyId> <academicLevelId>1</academicLevelId> <academicSemesterId>1</academicSemesterId> <academicSessionId>1</academicSessionId> <admissionNumber>sample string 3</admissionNumber> <comment>sample string 4</comment> <createdBy>1</createdBy> <dateCreated>2024-11-24T09:01:46.8749801-08:00</dateCreated> <resultApprovalId>1</resultApprovalId> <resultApprovalLevelStaffId>2</resultApprovalLevelStaffId> <statusId>1</statusId> <studentId>1</studentId> <tenantId>1</tenantId> </Academic_ResultApprovalVM>
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.