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": "e688d8c4-a146-402d-842d-84884cc49b31",
"CommentPhotoUUID": "d484136c-f7a6-471b-8fa9-8e400da6f07a",
"FunUUID": "e5570e03-fa9e-43ed-8d54-09291270b112",
"UserUUIDCur": "138d65f2-ec6c-49bb-a97d-6c31ab928478"
}
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": "ceee1599-decc-40a0-9bb6-290cabaa0323",
"EntryTimeChange": "2026-06-20T22:49:57.5922416+03:00",
"UserUUIDCur": "add3d488-2ab0-4a87-8f1a-f2be6ecbc3d2"
},
{
"CommentQ": 1,
"ScoreQ1": 2,
"ScoreQ2": 3,
"ScoreQ3": 4,
"ScoreQ4": 5,
"ScoreQ5": 6,
"UserUUIDChange": "ceee1599-decc-40a0-9bb6-290cabaa0323",
"EntryTimeChange": "2026-06-20T22:49:57.5922416+03:00",
"UserUUIDCur": "add3d488-2ab0-4a87-8f1a-f2be6ecbc3d2"
}
]