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": "b3a4345a-dfb7-453d-a9b8-b39fb2e44634",
"CommentPhotoUUID": "f7ebfb94-9975-48f1-81b2-9099cdaa302e",
"FunUUID": "087ff8b4-5557-4b63-8e6d-b12009534a29",
"UserUUIDCur": "e38a3be0-54eb-40c5-995e-48ceda3d9ab2"
}
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": "0b740cef-ca50-489b-bb3a-a8d67c659fe2",
"EntryTimeChange": "2026-03-21T23:41:40.8028633+02:00",
"UserUUIDCur": "8f2da30a-4e57-4964-8aba-aa9b4b370c2b"
},
{
"CommentQ": 1,
"ScoreQ1": 2,
"ScoreQ2": 3,
"ScoreQ3": 4,
"ScoreQ4": 5,
"ScoreQ5": 6,
"UserUUIDChange": "0b740cef-ca50-489b-bb3a-a8d67c659fe2",
"EntryTimeChange": "2026-03-21T23:41:40.8028633+02:00",
"UserUUIDCur": "8f2da30a-4e57-4964-8aba-aa9b4b370c2b"
}
]