POST api/ChatConfiguration/upload_brodcast_pdf

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsSetLabFile_Doctorapp
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "patient_lab_record_id": "sample string 1",
  "patient_id": "sample string 2",
  "prescription_scan_id": "sample string 3",
  "patient_testname": "sample string 4",
  "patient_test_taken_date": "sample string 5",
  "patient_lab_record_path": "sample string 6",
  "created_on": "sample string 7",
  "extension": "sample string 8",
  "Base64": "sample string 9",
  "doctor_id": "sample string 10",
  "visit_report_id": "sample string 11",
  "file_type": "sample string 12",
  "file_name": "sample string 13"
}

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