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

NameDescriptionTypeAdditional information
registrationId

integer

Required

version

string

None.

Body Parameters

date

Request 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:

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

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>