POST api/FeedBack/UpdateFeedBack

Request Information

URI Parameters

None.

Body Parameters

FeedBack
NameDescriptionTypeAdditional information
FeedBackId

integer

None.

Name

string

None.

Email

string

None.

FeedBackText

string

None.

Status

string

None.

Action

string

None.

CreatedDate

string

None.

CreatedBy

string

None.

UpdatedDate

string

None.

UpdatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FeedBackId": 1,
  "Name": "sample string 2",
  "Email": "sample string 3",
  "FeedBackText": "sample string 4",
  "Status": "sample string 5",
  "Action": "sample string 6",
  "CreatedDate": "sample string 7",
  "CreatedBy": "sample string 8",
  "UpdatedDate": "sample string 9",
  "UpdatedBy": "sample string 10"
}

application/xml, text/xml

Sample:
<FeedBack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SocialHiveAPI.Models">
  <Action>sample string 6</Action>
  <CreatedBy>sample string 8</CreatedBy>
  <CreatedDate>sample string 7</CreatedDate>
  <Email>sample string 3</Email>
  <FeedBackId>1</FeedBackId>
  <FeedBackText>sample string 4</FeedBackText>
  <Name>sample string 2</Name>
  <Status>sample string 5</Status>
  <UpdatedBy>sample string 10</UpdatedBy>
  <UpdatedDate>sample string 9</UpdatedDate>
</FeedBack>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FeedBack'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.