GET v1/api/telemedicine/inhouseDoctorLogout?emailAddress={emailAddress}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| emailAddress | string |
Required |
Body Parameters
None.
Response Information
Resource Description
inhouseDoctorLogoutResult| Name | Description | Type | Additional information |
|---|---|---|---|
| message | string |
None. |
|
| success | boolean |
None. |
|
| errorMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"message": "sample string 1",
"success": true,
"errorMsg": "sample string 3"
}
application/xml, text/xml
Sample:
<inhouseDoctorLogoutResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/enrrolleeApp.Models.telemedicineExternal.inhouseDoctorLogin"> <errorMsg>sample string 3</errorMsg> <message>sample string 1</message> <success>true</success> </inhouseDoctorLogoutResult>
text/html
Sample:
{"message":"sample string 1","success":true,"errorMsg":"sample string 3"}