This Restful Web Service takes three query parameters - keyAsString,timeOfPhone,phoneTimeZone and one body object
*) CouponHeartBeatDetails body object contains
i)answerCountOfUnsentAnswers - int
ii)answerCountOfSkippedAnswers - int
iii)noOfUploadAttempts - int
iv)noOfUploadAlarmTriggered - int
v)phoneStatus - String
vi)HashMap where ServiceHeartBeatDeatils object contains (String heartBeatTime,int heartBeatCount,String appStartTime, int lastHeartBeatCount)
This endpoint is used by the phone to post the heart beat data
RestFul End Point URI: http://host:port/PhoneAppService/rest/phoneHeartBeatCheckRest/POSTHeartBeatResponse
REQUEST TYPE: POST