OpenCase
Opens a case and returns the newly opened case.
JavaScript library method
patientportal.cases.openCase({
case: <case>
});
HTTP Method
| Verb | URL |
| GET | /patientportalapi/cases/open-case |
URL Parameters
| Parameter | Type | Description |
| case | string | The key of the case. |
Returned JSON
CaseData