POST api/feedback/AddFeedBack

Request Information

URI Parameters

None.

Body Parameters

AppFeedBackVm
NameDescriptionTypeAdditional information
FeedBackId

integer

None.

EmployeeCode

string

None.

EntryDateTime

date

None.

FeedBackDescription

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FeedBackId": 1,
  "EmployeeCode": "sample string 2",
  "EntryDateTime": "2025-12-17T11:07:41.1737251-08:00",
  "FeedBackDescription": "sample string 3"
}

text/plain

Sample:
{"FeedBackId":1,"EmployeeCode":"sample string 2","EntryDateTime":"2025-12-17T11:07:41.1737251-08:00","FeedBackDescription":"sample string 3"}

application/xml, text/xml

Sample:
<AppFeedBackVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AndroidWebAPI.Models"><EmployeeCode>sample string 2</EmployeeCode><EntryDateTime>2025-12-17T11:07:41.1737251-08:00</EntryDateTime><FeedBackDescription>sample string 3</FeedBackDescription><FeedBackId>1</FeedBackId></AppFeedBackVm>

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 'AppFeedBackVm'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.