POST api/Ipmanagement/NursingNotes

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objNursingNotes
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ip_nursing_notes_id": "sample string 1",
  "ip_nursing_login_datetime": "sample string 2",
  "ip_notes": "sample string 3",
  "created_by": "sample string 4",
  "Dml_Indicator": "sample string 5",
  "visit_report_id": "sample string 6",
  "patient_id": "sample string 7",
  "doctorid": "sample string 8",
  "hospital_id": "sample string 9",
  "notes_type": 10
}

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