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-11T15:27:06.1217351-04:00"

text/xml

Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2026-04-11T15:27:06.1217351-04:00</dateTime>

application/x-www-form-urlencoded

Sample:

Sample not available.

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>