POST api/Fun/SaveFunComment
AppSaveFunComment
Request Information
URI Parameters
None.
Body Parameters
AppSaveFunCommentName | 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": "0773fc7c-9bf1-43d8-abb4-d761315e2520", "CommentPhotoUUID": "dd3f4b66-156b-4a2f-9dd1-672325a43c89", "FunUUID": "7f3d3ac0-8ecc-4ba3-99c0-699e21ace23d", "UserUUIDCur": "2d42f29e-c4c3-446e-95ef-126ae1273563" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppSaveFunComment_ResponseName | 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": "5a30850e-4b86-4c68-b6bc-ab932d4dea45", "EntryTimeChange": "2025-07-27T11:11:21.2708017+03:00", "UserUUIDCur": "1e95f48e-3560-4a15-adf2-4f1f5fafe53d" }, { "CommentQ": 1, "ScoreQ1": 2, "ScoreQ2": 3, "ScoreQ3": 4, "ScoreQ4": 5, "ScoreQ5": 6, "UserUUIDChange": "5a30850e-4b86-4c68-b6bc-ab932d4dea45", "EntryTimeChange": "2025-07-27T11:11:21.2708017+03:00", "UserUUIDCur": "1e95f48e-3560-4a15-adf2-4f1f5fafe53d" } ]