POST api/Chatbot_initial/Chatbot_initial

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsChatbot_initial
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "indicator": "sample string 1",
  "patient_id": "sample string 2",
  "stage_progressed_id": 3,
  "send_question_id": "sample string 4",
  "program_completed": 5,
  "program_recommand": "sample string 6",
  "stage_id": 7,
  "stage_gap_days": 8,
  "question_id": "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 'ClsChatbot_initial'.