POST api/AppointmentBooking/getnextappointmentdate
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| nad | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"next_appointment_date": "sample string 1",
"doctor_id": "sample string 2",
"doctor_name": "sample string 3",
"visit_report_id": "sample string 4",
"msg": "sample string 5",
"status": true,
"C1": "sample string 7"
}
application/x-www-form-urlencoded
Sample: