SendValidationSMS

Sends a validation code to the mobile phone number of the patient who is the focus of the absence record specified by the absence key.

JavaScript library method

patientportal.rtwQuestionnaire.sendValidationSMS({
    key: <key>
});

HTTP Method

Verb URL
GET /patientportalapi/rtw-questionnaire/send-validation-sms

URL Parameters

Parameter Type Description
key string The absence key.

Returned JSON

{
    "status": "ok",
    "result": “”
}