POST api/CaseStudy/PatientNeuropathy

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsPatientNeuropathy
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "patient_id": "sample string 1",
  "leg_id": 2,
  "point_no": 3,
  "point_type": 4,
  "neuropathy_flag": "sample string 5",
  "Dml_Indicator": "sample string 6",
  "user_created_by": "sample string 7"
}

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