Add a Web service endpoint for approving change in plan of study.
PUT
/api/plan-of-study/approve-change/:id
:id - id of the plan of study record
@param courseId - id of the course (subject)
@param studentId - id of the student
@param previousCourseId - id of the previously approved course (subject)
Change value of isApproved to 'APPROVED'.
OK, 200
Returns the newly approved plan of study record.
Client error, 4xx
Returns an error record containing the error message.
Add a Web service endpoint for approving change in plan of study.
PUT /api/plan-of-study/approve-change/:id :id - id of the plan of study record
@param courseId - id of the course (subject) @param studentId - id of the student @param previousCourseId - id of the previously approved course (subject)
Change value of isApproved to 'APPROVED'.
OK, 200 Returns the newly approved plan of study record.
Client error, 4xx Returns an error record containing the error message.