SendValidationSMS
Sends the validation code through the text message.
JavaScript library method
patientportal.questionnaireRequest.sendValidationSMS({
key: <key>
});
HTTP Method
| Verb | URL |
|---|---|
| GET | /patientportalapi/questionnaire-request/send-validation-sms |
URL Parameters
| Parameter | Type | Description |
|---|---|---|
| key | string | The validation key provided in the URL. |
Remarks
Method does not return any data. If something goes wrong please check exception (see Error handling).