POST api/Dealer/Feedback
Processing Feedback.
Request Information
URI Parameters
None.
Body Parameters
Feedback Object
CacheFeedBackAswName | Description | Type | Additional information |
---|---|---|---|
Channels | Collection of string |
None. |
|
AppVersion | string |
None. |
|
Date | date |
None. |
|
FeedbackType | integer |
None. |
|
Message | string |
None. |
|
Sequence | integer |
None. |
|
Type | string |
None. |
|
UserKey | integer |
None. |
|
Cas | unsigned integer |
None. |
|
cw | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "channels": [ "sample string 1", "sample string 2" ], "appVersion": "sample string 1", "date": "2025-06-06T18:55:15.7946631-04:00", "feedbackType": 3, "message": "sample string 4", "sequence": 5, "type": "sample string 6", "userKey": 7, "cas": 8, "cw": "2025-06-06T18:55:15.7946631-04:00" }
application/xml, text/xml
Sample:
<CacheFeedBackAsw xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Cas>8</Cas> <CacheWritten>2025-06-06T18:55:15.7946631-04:00</CacheWritten> <Channels> <string>sample string 1</string> <string>sample string 2</string> </Channels> <AppVersion>sample string 1</AppVersion> <Date>2025-06-06T18:55:15.7946631-04:00</Date> <FeedbackType>3</FeedbackType> <Message>sample string 4</Message> <Sequence>5</Sequence> <Type>sample string 6</Type> <UserKey>7</UserKey> </CacheFeedBackAsw>
Response Information
Response body formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string>sample string</string>
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string>sample string</string>