POST api/PatientWatchlistDash/Patient_checkin

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsPatient_checkin
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "patient_checkin_id": "sample string 1",
  "visit_report_id": "sample string 2",
  "checkin_time": "sample string 3",
  "checkout_time": "sample string 4",
  "check_by": "sample string 5",
  "check_staus": 6,
  "Dml_Indicator": "sample string 7",
  "slot_start_time": "sample string 8",
  "patient_id": "sample string 9",
  "coupon_id": "sample string 10",
  "doctor_appointment_slot_id": "sample string 11",
  "user_created_by": "sample string 12"
}

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