POST api/PatientWatchlistDash/App_Patient_checkin
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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: