POST api/values/SaveFeedback

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
feedback
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FeedbackId": "sample string 1",
  "UserName": "sample string 2",
  "Category": "sample string 3",
  "Content": "sample string 4",
  "CreatedDate": "2026-06-10T16:28:16.7589885+05:30"
}

application/xml, text/xml

Sample:
<Feedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConnectAPI.Models">
  <Category>sample string 3</Category>
  <Content>sample string 4</Content>
  <CreatedDate>2026-06-10T16:28:16.7589885+05:30</CreatedDate>
  <FeedbackId>sample string 1</FeedbackId>
  <UserName>sample string 2</UserName>
</Feedback>

application/x-www-form-urlencoded

Sample:

Sample not available.