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": "9c8b03e4-99a1-4422-9eed-f46b858c8f13",
"CommentPhotoUUID": "0ed90c61-5a4c-4752-bf20-7c2a15a278c4",
"FunUUID": "6567ce6a-3d5e-4ae6-aa67-08d5fd604f1e",
"UserUUIDCur": "a3f5e148-c374-4b8f-a115-a5ac56ffd2c2"
}
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": "a13246c6-44a0-4f95-975f-202cdcc49832",
"EntryTimeChange": "2026-02-04T05:17:10.8623628+02:00",
"UserUUIDCur": "61380ea4-344e-4ebb-89e6-c7aaa9c5ab32"
},
{
"CommentQ": 1,
"ScoreQ1": 2,
"ScoreQ2": 3,
"ScoreQ3": 4,
"ScoreQ4": 5,
"ScoreQ5": 6,
"UserUUIDChange": "a13246c6-44a0-4f95-975f-202cdcc49832",
"EntryTimeChange": "2026-02-04T05:17:10.8623628+02:00",
"UserUUIDCur": "61380ea4-344e-4ebb-89e6-c7aaa9c5ab32"
}
]