POST api/Feedback

Documentation for 'POSTfeedback'.

Request Information

Parameters

NameDescriptionAdditional information
Complaintstring
Documentation for 'Complaintstring'.

Define this parameter in the request body.

Request body formats

text/xml

Sample:

Sample not available.

text/plain

Sample:

Sample not available.

text/javascript

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

application/json

Sample:
"sample string 1"

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Result": true,
  "FeedBackTypeList": [
    {
      "Id": 1,
      "TypeName": "sample string 2",
      "TypeName_H": "sample string 3"
    },
    {
      "Id": 1,
      "TypeName": "sample string 2",
      "TypeName_H": "sample string 3"
    },
    {
      "Id": 1,
      "TypeName": "sample string 2",
      "TypeName_H": "sample string 3"
    }
  ]
}

text/xml

Sample:
<FeedbackModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Calibre.DataAccess.ViewModel"><FeedBackTypeList><FeedBackType><Id>1</Id><TypeName>sample string 2</TypeName><TypeName_H>sample string 3</TypeName_H></FeedBackType><FeedBackType><Id>1</Id><TypeName>sample string 2</TypeName><TypeName_H>sample string 3</TypeName_H></FeedBackType><FeedBackType><Id>1</Id><TypeName>sample string 2</TypeName><TypeName_H>sample string 3</TypeName_H></FeedBackType></FeedBackTypeList><Message>sample string 1</Message><Result>true</Result></FeedbackModel>