POST api/customersystemfeedback
Request Information
URI Parameters
None.
Body Parameters
SystemFeedbackDtoToCreate| Name | Description | Type | Additional information |
|---|---|---|---|
| UserEmail | string |
None. |
|
| UserName | string |
None. |
|
| UserFirstName | string |
None. |
|
| UserLastName | string |
None. |
|
| UserPhoneNo | string |
None. |
|
| Context | string |
None. |
|
| Emoticon | ScaleEnum |
None. |
|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserEmail": "sample string 1",
"UserName": "sample string 2",
"UserFirstName": "sample string 3",
"UserLastName": "sample string 4",
"UserPhoneNo": "sample string 5",
"Context": "sample string 6",
"Emoticon": "Bad",
"Comment": "sample string 7"
}
text/html
Sample:
{"UserEmail":"sample string 1","UserName":"sample string 2","UserFirstName":"sample string 3","UserLastName":"sample string 4","UserPhoneNo":"sample string 5","Context":"sample string 6","Emoticon":"Bad","Comment":"sample string 7"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.