POST api/PatientDashboard/App_Lab_Prescription

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objLab_Prescription
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "prescription_scan_id": "sample string 2",
  "patient_id": "sample string 3",
  "visit_report_id": "sample string 4",
  "lab_prescription": "sample string 5",
  "lab_type": "sample string 6",
  "suggested_date": "sample string 7",
  "created_on": "sample string 8",
  "slot_start_time": "sample string 9",
  "lab_prescription_id": "sample string 10",
  "labtypetest": "sample string 11",
  "user_created_by": "sample string 12",
  "ip_cbg": "sample string 13",
  "ip_patient_notes": "sample string 14",
  "ip_frequency_notes": "sample string 15",
  "ip_when_to_execute": "sample string 16",
  "ip_lab_Investigations_status": "sample string 17",
  "iplab_Indicator": "sample string 18",
  "ip_end_date": "sample string 19"
}

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