POST api/Feedback

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
fbDTO
Documentation for 'fbDTO'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "passthrough": "sample string 1",
  "payload": "sample string 2",
  "eventCode": "sample string 3",
  "peopleCode": "sample string 4",
  "prefPerson": "sample string 5",
  "ChoiceID": "sample string 6"
}

application/xml, text/xml

Sample:
<FeedbackDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RichmatchAPI.Models">
  <ChoiceID>sample string 6</ChoiceID>
  <eventCode>sample string 3</eventCode>
  <passthrough>sample string 1</passthrough>
  <payload>sample string 2</payload>
  <peopleCode>sample string 4</peopleCode>
  <prefPerson>sample string 5</prefPerson>
</FeedbackDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.