GET v1/api/telemedicine/inhouseDoctorLeaveJoin?emailAddress={emailAddress}&leavingCall={leavingCall}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
emailAddress | string |
Required |
|
leavingCall | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
inhouseDoctorLogoutResultName | 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"}