POST api/Feedback/PostFeedback
Documentation for 'PostFeedback'.
Request Information
Parameters
| Name | Description | Additional 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: