POST api/{version}/StudentCourseStudyPlan/UpdateStudentExamDate?registrationId={registrationId}
This api method used to update the exam date for the registration with the given registration date.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| version | string |
None. |
Body Parameters
dateRequest Formats
application/json, text/json
Sample:
"2026-04-02T23:46:08.4508696-04:00"
text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2026-04-02T23:46:08.4508696-04:00</dateTime>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>