ValidateCode
Confirms the validity of the membership scheme code.
JavaScript library method
patientportal.membershipScheme.validateCode({code: <code>});
HTTP Method
| Verb | URL |
|---|---|
| GET | /patientportalapi/membership-scheme/validate-code |
URL Parameters
| Parameter | Type | Description |
|---|---|---|
| code | string | Membership scheme code that is provided by Medical Management Systems to the client. |
Remarks
If the code is valid, HTTP status code is 2xx. Otherwise check exception (see Error handling).