POST api/CaseStudy/Type_Exercise

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsType_Exercise
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "excercise_id": 1,
  "type_of_excercise": 2,
  "excercise_intensity_high": 3,
  "excercise_intensity_moderate": 4,
  "excercise_intensity_low": 5,
  "Dml_Indicator": "sample string 6",
  "region": "sample string 7",
  "op_type": "sample string 8",
  "condition": "sample string 9"
}

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