POST api/CaseStudy/Algorithm

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjAlgorithm
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "algorithm_id": 1,
  "visit_report_id": "sample string 2",
  "algorithm_no": 3,
  "algorithm_head": "sample string 4",
  "algorithm_details": "sample string 5",
  "Dml_Indicator": "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 'ClsAlgorithm'.