POST api/LabRecord/getlabprescription

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
labprescription_id
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "prescription_scan_id": "sample string 1",
  "visit_report_id": "sample string 2",
  "patient_id": "sample string 3",
  "lab_prescription": "sample string 4",
  "lab_type": "sample string 5",
  "created_on": "sample string 6",
  "extension": "sample string 7",
  "pre_test_status": "sample string 8",
  "on_that_day": "sample string 9",
  "post_test": "sample string 10",
  "test_id": "sample string 11",
  "suggested_date": "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 'labprescription'.