POST api/FeedBack/AddFeedBack
Request Information
URI Parameters
None.
Body Parameters
Ref_Feedback| Name | Description | Type | Additional information |
|---|---|---|---|
| Feedback | string |
None. |
|
| FeedbackImage | Collection of FeedbackImage |
None. |
|
| Lat | string |
None. |
|
| Lon | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Feedback": "sample string 1",
"FeedbackImage": [
{
"image": "sample string 1"
},
{
"image": "sample string 1"
}
],
"Lat": "sample string 2",
"Lon": "sample string 3"
}
application/xml, text/xml
Sample:
<Ref_Feedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LynchAppApi.Models">
<Feedback>sample string 1</Feedback>
<FeedbackImage>
<FeedbackImage>
<image>sample string 1</image>
</FeedbackImage>
<FeedbackImage>
<image>sample string 1</image>
</FeedbackImage>
</FeedbackImage>
<Lat>sample string 2</Lat>
<Lon>sample string 3</Lon>
</Ref_Feedback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.