POST api/Appointment_Request/Delete_Appointment_Request
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objAppointment_Request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"doctor_id": "sample string 1",
"patient_id": "sample string 2",
"patient_first_name": "sample string 3",
"patient_phone_number": "sample string 4",
"patient_photo": "sample string 5",
"appointment_slot_time": "2025-10-29T17:13:55.6706817+05:30",
"doctor_appointment_slot_id": "sample string 7",
"AppointmentDate": "sample string 8",
"User_role": "sample string 9",
"Dml_Indicator": "sample string 10",
"stime": "sample string 11",
"etime": "sample string 12",
"product_code": "sample string 13",
"hospital_id": "sample string 14",
"branch_id": "sample string 15"
}
application/x-www-form-urlencoded
Sample: