POST api/PatientDashboard/Patient_Medical_Allergy

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objPatient_Medical_Allergy
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "patient_id": "sample string 1",
  "patient_medical_allergy_id": "sample string 2",
  "patient_allergy": "sample string 3",
  "last_updated_on": "2025-01-08T07:30:38.6662679+05:30"
}

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