POST api/CaseStudy/DietgoalChart

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsDietgoalChart
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "patient_diet_set_id": 1,
  "diet_goal_id": 2,
  "type_of_food": "sample string 3",
  "no_of_servings": "sample string 4",
  "instructions": "sample string 5",
  "benefits": "sample string 6",
  "kcal": 7,
  "sodium_restriction": "sample string 8",
  "ckd_restriction": "sample string 9",
  "Dml_Indicator": "sample string 10"
}

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