POST api/Appointment_Request/Delete_Appointment_Request

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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-01-08T07:03:34.3411672+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClsAppointment_Request'.