POST api/{version}/StudyHub2/SavePreExamEvaluation
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
CreatePreExamEvaluationDto| Name | Description | Type | Additional 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:52:00.8139869-04:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional 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": {}
}