POST api/v1/Feedback/submitFeedback

Send lead e-mail

Request Information

Parameters

NameDescriptionAdditional information
feedback
No documentation available.

Define this parameter in the request body.

Request body formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "option": "sample string 1",
  "optionName": "sample string 2",
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<FeedbackDTO>
  <option>sample string 1</option>
  <optionName>sample string 2</optionName>
  <message>sample string 3</message>
</FeedbackDTO>