POST api/App_Profile/getAllergynotes

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
AN
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "patient_allergy_note": "sample string 1",
  "patient_id": "sample string 2",
  "patient_medical_allergy_id": "sample string 3",
  "msg": "sample string 4",
  "status": true,
  "C1": "sample string 6"
}

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