The RegisterRest class contains different restful services for operations related to phone
i)getSessionKeyForCoupon- This Restful WebService will take three three query parameters couponNumber,IMEI,phoneHash and will return the sessionkey on successful registration
ii)getQuestionsFromQuestionsTable-This Restful WebService is used to get all the questions for the study
iii)getRecentQuestionsFromQuestionsTable-This Restful WebService is used to get the recent questions for the study
iv)putAnswer-This Restful WebService is used to insert new answer into the answers table for the particular study
v)putAnswers-This Restful WebService is used to insert multiple answers into the answers table for the particular study