POST api/DirectPatientAppointment/DirectPatientAppointment

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsDirectPatientAppointment
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "hospital_id": "sample string 1",
  "doctor_id": "sample string 2",
  "Schedule_date": "sample string 3",
  "Patient_id": "sample string 4",
  "doctor_appointment_slot_id": "sample string 5",
  "Dml_Indicator": "sample string 6",
  "appointment_type": "sample string 7",
  "source_booking": "sample string 8",
  "payment_mode": "sample string 9",
  "created_by": "sample string 10",
  "user_created_by": "sample string 11",
  "doctor_name": "sample string 12",
  "slotId": "sample string 13",
  "Pname": "sample string 14",
  "appointment_date": "sample string 15",
  "appointment_time": "sample string 16",
  "product_code": "sample string 17",
  "branch_id": "sample string 18",
  "is_entity": "sample string 19",
  "is_insurance": "sample string 20",
  "insurance_id": "sample string 21"
}

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