POST api/{version}/StudyHub2/SkipPreExamEvaluation

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

CreatePreExamEvaluationDto
NameDescriptionTypeAdditional information
TutorAvailabilityIds

Collection of integer

None.

StudentEnrollmentId

integer

None.

SubjectId

integer

None.

InstructorId

integer

None.

CenterId

integer

None.

ScheduleId

string

None.

IsLastFeedback

boolean

None.

CourseMaterialFolderId

integer

None.

InstructorKnowledgeRating

decimal number

None.

InstructorCommunicationRating

decimal number

None.

MaterialCompatibilityRating

decimal number

None.

MaterialOrganizationRating

decimal number

None.

ImprovementComments

string

None.

RegistrationId

integer

None.

SubmittedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "TutorAvailabilityIds": [
    1,
    2
  ],
  "StudentEnrollmentId": 1,
  "SubjectId": 2,
  "InstructorId": 3,
  "CenterId": 4,
  "ScheduleId": "sample string 5",
  "IsLastFeedback": true,
  "CourseMaterialFolderId": 7,
  "InstructorKnowledgeRating": 8.1,
  "InstructorCommunicationRating": 9.1,
  "MaterialCompatibilityRating": 10.1,
  "MaterialOrganizationRating": 11.1,
  "ImprovementComments": "sample string 12",
  "RegistrationId": 13,
  "SubmittedOn": "2026-04-02T23:46:56.2074689-04:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CreatePreExamEvaluationDto'.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Info

ReturnResult

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Info": {
    "Status": true,
    "Message": "sample string 2",
    "AdditionalData": {},
    "ObjAppResponseMessage": {
      "Status": true,
      "Message": "sample string 2",
      "AdditionalData": "sample string 3"
    }
  },
  "Data": {}
}