POST api/FeedBack/AddFeedBack
Request Information
URI Parameters
None.
Body Parameters
FeedBack| Name | Description | Type | Additional 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:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.