POST api/CaseSheetNew/GetPrescriptionData

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsCasePatientHaeder
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Patientid": 1,
  "Patient_id": "sample string 2",
  "Dml_Indicator": "sample string 3",
  "hospitalid": 4,
  "hospital_id": "sample string 5",
  "branchid": 6,
  "branch_id": "sample string 7",
  "doctorid": 8,
  "doctor_id": "sample string 9",
  "RecordLimit": 1,
  "ComplaintType": 1,
  "user_created_by": "sample string 10",
  "Visitreportid": 1,
  "Visit_reportid": "sample string 11"
}

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