POST api/StudyHub2/UpdateStudentExamDate
Request Information
URI Parameters
None.
Body Parameters
StudentExamDateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentEnrollmentId | integer |
None. |
|
| ExamDate | date |
None. |
|
| ScheduledExamDays | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentEnrollmentId": 1,
"ExamDate": "2026-04-02T23:46:06.4963291-04:00",
"ScheduledExamDays": 1
}
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": {}
}