POST api/AppointmentBooking/DeleteAppointment

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
patientBooking
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ScheduledDate": "sample string 1",
  "StartTime": "sample string 2",
  "Endtime": "sample string 3",
  "AppointmentSlots": "sample string 4",
  "PatientID": "sample string 5",
  "ScheduleID": "sample string 6",
  "SlotID": "sample string 7",
  "product_code": "sample string 8",
  "msg": "sample string 9",
  "status": true,
  "C1": "sample string 11"
}

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 'PatientBooking'.