POST Cases/UpdateFeedback
Request Information
URI Parameters
None.
Body Parameters
FeedbackDetailsName | Description | Type | Additional information |
---|---|---|---|
CaseId | integer |
None. |
|
Average | decimal number |
None. |
|
Comment | string |
None. |
|
CallBackName | string |
None. |
|
CallBackPhone | string |
None. |
|
CallBackEmail | string |
None. |
|
CallBackComment | string |
None. |
|
Question01Value | decimal number |
None. |
|
Question02Value | decimal number |
None. |
|
Question03Value | decimal number |
None. |
|
Question04Value | decimal number |
None. |
|
Question05Value | decimal number |
None. |
|
Question06Value | decimal number |
None. |
|
Question07Value | decimal number |
None. |
|
Question08Value | decimal number |
None. |
|
Question09Value | decimal number |
None. |
|
Question10Value | decimal number |
None. |
|
LocationServedName | string |
None. |
|
UserServedName | string |
None. |
|
ServiceName | string |
None. |
|
ProfileName | string |
None. |
|
DeviceName | string |
None. |
|
UnitId | integer |
None. |
|
UnitName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CaseId": 1, "Average": 1.0, "Comment": "sample string 2", "CallBackName": "sample string 3", "CallBackPhone": "sample string 4", "CallBackEmail": "sample string 5", "CallBackComment": "sample string 6", "Question01Value": 1.0, "Question02Value": 1.0, "Question03Value": 1.0, "Question04Value": 1.0, "Question05Value": 1.0, "Question06Value": 1.0, "Question07Value": 1.0, "Question08Value": 1.0, "Question09Value": 1.0, "Question10Value": 1.0, "LocationServedName": "sample string 7", "UserServedName": "sample string 8", "ServiceName": "sample string 9", "ProfileName": "sample string 10", "DeviceName": "sample string 11", "UnitId": 1, "UnitName": "sample string 12" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.