POST api/ohealth?teleSessionsAppointmentSlot_id={teleSessionsAppointmentSlot_id}&doc_id={doc_id}&oldDate={oldDate}&newDate={newDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| teleSessionsAppointmentSlot_id | integer |
Required |
|
| doc_id | string |
Required |
|
| oldDate | date |
Required |
|
| newDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
updateExistingAppointmentResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errorMsg | string |
None. |
|
| success | boolean |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"errorMsg": "sample string 1",
"success": true,
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<updateExistingAppointmentResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/enrrolleeApp.Models.Ohealth.updateExistingAppointment"> <errorMsg>sample string 1</errorMsg> <message>sample string 3</message> <success>true</success> </updateExistingAppointmentResult>
text/html
Sample:
{"errorMsg":"sample string 1","success":true,"message":"sample string 3"}