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": "211a0260-c90d-4339-8c46-d7d99322ae11",
"CommentPhotoUUID": "237eb63c-4fa7-467f-bbba-168bc4e49a53",
"FunUUID": "c9d92516-68d1-4df3-86c7-da69222df32a",
"UserUUIDCur": "be4b4706-ab86-41e4-8b77-bf32fb6275d4"
}
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": "8da299d5-7432-414a-9c73-4990f0de689e",
"EntryTimeChange": "2026-05-06T03:35:06.6369145+03:00",
"UserUUIDCur": "c2150b67-0dc4-40b7-bfb9-4c52fcf9b7b6"
},
{
"CommentQ": 1,
"ScoreQ1": 2,
"ScoreQ2": 3,
"ScoreQ3": 4,
"ScoreQ4": 5,
"ScoreQ5": 6,
"UserUUIDChange": "8da299d5-7432-414a-9c73-4990f0de689e",
"EntryTimeChange": "2026-05-06T03:35:06.6369145+03:00",
"UserUUIDCur": "c2150b67-0dc4-40b7-bfb9-4c52fcf9b7b6"
}
]