2015firstcmsc100 / galadhrim

Academic Information System
GNU General Public License v2.0
2 stars 13 forks source link

WS: Approve change in plan of study #216

Open kepbautista opened 8 years ago

kepbautista commented 8 years ago

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.

system-phoenix commented 8 years ago

Done