POST api/StdPostReg/PostFeedback

Documentation for 'PostFeedback'.

Request Information

Parameters

NameDescriptionAdditional information
feedbackModel
Documentation for 'feedbackModel'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "USER_ID": "sample string 1",
  "FEEDBACK_TYPE": "sample string 2",
  "FEEDBACK_SCORE": 3
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'FeedbackModel'.