POST v1/api/oHealth/enrolleeLeaveCall
Request Information
URI Parameters
None.
Body Parameters
leave_join_Telemedicine| Name | Description | Type | Additional information |
|---|---|---|---|
| doctorID | string |
None. |
|
| appointmentID | string |
None. |
|
| name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"doctorID": "sample string 1",
"appointmentID": "sample string 2",
"name": "sample string 3"
}
application/xml, text/xml
Sample:
<ohealthController.leave_join_Telemedicine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/enrrolleeApp.Controllers"> <appointmentID>sample string 2</appointmentID> <doctorID>sample string 1</doctorID> <name>sample string 3</name> </ohealthController.leave_join_Telemedicine>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"doctorID":"sample string 1","appointmentID":"sample string 2","name":"sample string 3"}
Response Information
Resource Description
enrolleeLeaveCallResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errorMsg | string |
None. |
|
| success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"errorMsg": "sample string 1",
"success": true
}
application/xml, text/xml
Sample:
<enrolleeLeaveCallResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/enrrolleeApp.Models.Ohealth.enrolleeLeaveCall"> <errorMsg>sample string 1</errorMsg> <success>true</success> </enrolleeLeaveCallResult>
text/html
Sample:
{"errorMsg":"sample string 1","success":true}