POST api/FeedBack/UpdateFeedBack

Request Information

URI Parameters

None.

Body Parameters

FeedBack
NameDescriptionTypeAdditional information
Customer_Id

integer

None.

Customer

string

None.

Feedback_type

string

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Customer_Id": 1,
  "Customer": "sample string 2",
  "Feedback_type": "sample string 3",
  "Description": "sample string 4"
}

application/octet-stream

Sample:
{"$id":"1","Customer_Id":1,"Customer":"sample string 2","Feedback_type":"sample string 3","Description":"sample string 4"}

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/octet-stream

Sample:

Sample not available.