SubmitValidationSMS

Deprecated

Replaced with SubmitActicationSMS

Submits the validation number from the validation SMS and returns confirmation.

JavaScript Library

patientportal.auth.submitValidationSMS({
    code: 'code',
    mobile: 'mobile',
    isOH: true
});

HTTP Method

Verb URL
GET /patientportalapi/auth/submit-validation-sms

URL Parameters

Parameter Type Description
code string Validation code.
mobile string Patient’s mobile telephone number.
is-oh bool True for the referral portal. False for the patient portal.

Returns

ActivationConfirmation

If the activation is completed successfully the API returns the confirmation object. The confirmation may include the outstanding invoice (usually the membership fee) that should be paid. To pay for the invoice the client needs to call ProvidePayment method.