POST api/MgmIntegration/AppointmentCheckAvailability

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsAppointmentCheckAvailability
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "request_date": "sample string 1",
  "department_id": "sample string 2",
  "doctor_id": "sample string 3",
  "mgm_token": "sample string 4",
  "appointment_id": "sample string 5",
  "reschedule_date_time": "sample string 6",
  "reason": "sample string 7",
  "patient_id": "sample string 8",
  "appointment_date_time": "sample string 9",
  "appointment_date": "sample string 10",
  "mocero_doctor_id": "sample string 11",
  "mgm_patinet_id": "sample string 12",
  "product_code": "sample string 13",
  "appointment_type": "sample string 14",
  "doctor_email_id": "sample string 15",
  "appointmentTime": "sample string 16",
  "dml_indicator": "sample string 17",
  "is_existing_patient": true,
  "patinet_type": true,
  "mgm_appointment_id": "sample string 20",
  "location_id": "sample string 21"
}

application/x-www-form-urlencoded

Sample:

Sample not available.