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": "08e26971-278c-4d2a-a51f-a9b5ee5ad4b9",
"CommentPhotoUUID": "d9370852-994e-47aa-b115-ec84101fcccf",
"FunUUID": "d843d31b-6802-4384-a5ba-a1a49c18696c",
"UserUUIDCur": "45ffa2e8-78a1-4326-aa09-ff1ae10206c2"
}
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": "b90e6f12-269d-4c36-9808-abc86e2e6fca",
"EntryTimeChange": "2026-09-19T13:07:02.7546095+03:00",
"UserUUIDCur": "7036a2ac-154e-4e76-8bb2-e2cee915f014"
},
{
"CommentQ": 1,
"ScoreQ1": 2,
"ScoreQ2": 3,
"ScoreQ3": 4,
"ScoreQ4": 5,
"ScoreQ5": 6,
"UserUUIDChange": "b90e6f12-269d-4c36-9808-abc86e2e6fca",
"EntryTimeChange": "2026-09-19T13:07:02.7546095+03:00",
"UserUUIDCur": "7036a2ac-154e-4e76-8bb2-e2cee915f014"
}
]