POST api/Feedback/AddUpdateFeedback
Request Information
URI Parameters
None.
Body Parameters
Feedback| Name | Description | Type | Additional information |
|---|---|---|---|
| FeedbackId | integer |
None. |
|
| Company | string |
None. |
|
| CustName | string |
None. |
|
| string |
None. |
||
| Mobile | string |
None. |
|
| LocCd | string |
None. |
|
| FeedbackContent | string |
None. |
|
| InvNum | integer |
None. |
|
| FeedbackDt | date |
None. |
|
| StarPt | decimal number |
None. |
|
| Response | string |
None. |
|
| Status | string |
None. |
|
| ResponseDt | date |
None. |
|
| Gender | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FeedbackId": 1,
"Company": "sample string 2",
"CustName": "sample string 3",
"Email": "sample string 4",
"Mobile": "sample string 5",
"LocCd": "sample string 6",
"FeedbackContent": "sample string 7",
"InvNum": 8,
"FeedbackDt": "2025-11-08T04:06:21.6659437-07:00",
"StarPt": 10.1,
"Response": "sample string 11",
"Status": "sample string 12",
"ResponseDt": "2025-11-08T04:06:21.6659437-07:00",
"Gender": "sample string 14"
}
application/xml, text/xml
Sample:
<Feedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/gClub.Models"> <Company>sample string 2</Company> <CustName>sample string 3</CustName> <Email>sample string 4</Email> <FeedbackContent>sample string 7</FeedbackContent> <FeedbackDt>2025-11-08T04:06:21.6659437-07:00</FeedbackDt> <FeedbackId>1</FeedbackId> <Gender>sample string 14</Gender> <InvNum>8</InvNum> <LocCd>sample string 6</LocCd> <Mobile>sample string 5</Mobile> <Response>sample string 11</Response> <ResponseDt>2025-11-08T04:06:21.6659437-07:00</ResponseDt> <StarPt>10.1</StarPt> <Status>sample string 12</Status> </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.