POST api/CaseStudy/Patient_General_Information_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:
[
  {
    "$id": "1",
    "Patient_id": "sample string 1",
    "type": "sample string 2",
    "type_id": "sample string 3",
    "type_value": "sample string 4",
    "created_by": "sample string 5",
    "Dml_Indicator": "sample string 6",
    "is_active": "sample string 7",
    "id": "sample string 8"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

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 'List`1'.