POST api/AppointmentBooking/RequestVideoCallMail

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:
{
  "slot_id": 1,
  "patient_id": "sample string 2",
  "doctor_id": "sample string 3",
  "product_code": "sample string 4",
  "appointment_type": "sample string 5",
  "doctor_email_id": "sample string 6",
  "appointmentTime": "sample string 7",
  "dml_indicator": "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 'Patient_Booking'.