POST api/v1/academic_ResultApprovalSetup

Request Information

URI Parameters

None.

Body Parameters

Academic_ResultApprovalSetupVM
NameDescriptionTypeAdditional information
resultApprovalSetupId

integer

None.

employeeId

integer

None.

academicSessionId

integer

None.

academicSemesterId

integer

None.

academicDegreeTypeId

integer

None.

academicFacultyId

integer

None.

academicDepartmentId

integer

None.

resultApprovalLevelId

integer

None.

tenantId

integer

None.

dateCreated

date

None.

createdBy

integer

None.

employeeName

string

None.

academicSessionName

string

None.

resultApprovalLevelName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "resultApprovalSetupId": 1,
  "employeeId": 1,
  "academicSessionId": 1,
  "academicSemesterId": 1,
  "academicDegreeTypeId": 1,
  "academicFacultyId": 1,
  "academicDepartmentId": 1,
  "resultApprovalLevelId": 1,
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:09:03.5868662-07:00",
  "createdBy": 1,
  "employeeName": "sample string 2",
  "academicSessionName": "sample string 3",
  "resultApprovalLevelName": "sample string 4"
}

application/xml, text/xml

Sample:
<Academic_ResultApprovalSetupVM 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>
  <academicSemesterId>1</academicSemesterId>
  <academicSessionId>1</academicSessionId>
  <academicSessionName>sample string 3</academicSessionName>
  <createdBy>1</createdBy>
  <dateCreated>2024-09-19T09:09:03.5868662-07:00</dateCreated>
  <employeeId>1</employeeId>
  <employeeName>sample string 2</employeeName>
  <resultApprovalLevelId>1</resultApprovalLevelId>
  <resultApprovalLevelName>sample string 4</resultApprovalLevelName>
  <resultApprovalSetupId>1</resultApprovalSetupId>
  <tenantId>1</tenantId>
</Academic_ResultApprovalSetupVM>

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.