POST api/Fun/SaveFunComment
AppSaveFunComment
Request Information
URI Parameters
None.
Body Parameters
AppSaveFunComment| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentScore | integer |
None. |
|
| CommentText | string |
None. |
|
| DeviceID | string |
None. |
|
| CommentVideoUUID | globally unique identifier |
None. |
|
| CommentPhotoUUID | globally unique identifier |
None. |
|
| FunUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CommentScore": 1,
"CommentText": "sample string 1",
"DeviceID": "sample string 2",
"CommentVideoUUID": "b83fcf81-1f19-4ff8-8461-6dd6e86c3469",
"CommentPhotoUUID": "9012ab37-a454-4e32-9361-5414619888bc",
"FunUUID": "c9fa74c3-92f2-4af5-862d-507f8d3a6da2",
"UserUUIDCur": "ff6e28ea-35b1-4989-a4ed-a23acd9dac0e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppSaveFunComment_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentQ | integer |
None. |
|
| ScoreQ1 | integer |
None. |
|
| ScoreQ2 | integer |
None. |
|
| ScoreQ3 | integer |
None. |
|
| ScoreQ4 | integer |
None. |
|
| ScoreQ5 | integer |
None. |
|
| UserUUIDChange | globally unique identifier |
None. |
|
| EntryTimeChange | date |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CommentQ": 1,
"ScoreQ1": 2,
"ScoreQ2": 3,
"ScoreQ3": 4,
"ScoreQ4": 5,
"ScoreQ5": 6,
"UserUUIDChange": "d67c6907-d492-4a56-9b79-a2cf96cba52c",
"EntryTimeChange": "2025-11-17T10:12:04.5431688+02:00",
"UserUUIDCur": "4120d8de-6576-49ca-9c9c-541db704f509"
},
{
"CommentQ": 1,
"ScoreQ1": 2,
"ScoreQ2": 3,
"ScoreQ3": 4,
"ScoreQ4": 5,
"ScoreQ5": 6,
"UserUUIDChange": "d67c6907-d492-4a56-9b79-a2cf96cba52c",
"EntryTimeChange": "2025-11-17T10:12:04.5431688+02:00",
"UserUUIDCur": "4120d8de-6576-49ca-9c9c-541db704f509"
}
]