add_registration - xamgems/UWSchedule GitHub Wiki
Web Service
- Request:
POST
- Params:
user_name
,quarter
,courses
- Returns: JSON of user information
- URL: http://shermanpay.com/uw_schedule/add_registration
Description
Finds user_name
in database, adds courses
(List of slns), for that particular quarter
and user_name
.
Returns JSON of user information.
If transaction error, returns HTTP error: Not Found