POST api/CaseStudy/Doctor_Referral_Ins_Upd

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjInfo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Patient_id": "sample string 1",
  "visit_report_id": "sample string 2",
  "doctor_id": "sample string 3",
  "referred_to_doctor_id": "sample string 4",
  "created_by": "sample string 5",
  "Dml_Indicator": "sample string 6",
  "referred_date": "sample string 7",
  "branch_id": 8,
  "hospital_id": "sample string 9"
}

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