POST api/CaseStudy/Watchlistdetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsWatchlist
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",
    "doctor_id": "sample string 2",
    "Dml_Indicator": "sample string 3",
    "watch_id": 4,
    "created_by": "sample string 5",
    "removed_on": "sample string 6",
    "removed_by": "sample string 7",
    "priority": "sample string 8",
    "end_date": "sample string 9",
    "watch_parameter_id": 10,
    "watch_frequency_id": 11,
    "target_1": "sample string 12",
    "target_2": "sample string 13",
    "user_created_by": "sample string 14",
    "watch_parameter_details_id": 15,
    "branch_id": 16
  },
  {
    "$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'.