SendValidationEmail
Sends the validation code through the email.
JavaScript library method
patientportal.questionnaireRequest.sendValidationEmail({
key: <key>
});
HTTP Method
Verb | URL |
---|---|
GET | /patientportalapi/questionnaire-request/send-validation-email |
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).