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": "3e1e344a-852e-42f5-ab22-51ccc628697c", "CommentPhotoUUID": "65653403-c4fd-4a3c-9b8a-ed44d69deb4c", "FunUUID": "fc363cb5-f40d-4a43-a9f0-c021909942fe", "UserUUIDCur": "a46aee54-1208-4194-b7eb-7aad33a55aaf" }
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": "72a3b025-7258-4335-b7bb-bac2305ab492", "EntryTimeChange": "2025-06-07T20:53:46.8624495+03:00", "UserUUIDCur": "09d06dbe-e365-4e81-9f57-17f48a10ae83" }, { "CommentQ": 1, "ScoreQ1": 2, "ScoreQ2": 3, "ScoreQ3": 4, "ScoreQ4": 5, "ScoreQ5": 6, "UserUUIDChange": "72a3b025-7258-4335-b7bb-bac2305ab492", "EntryTimeChange": "2025-06-07T20:53:46.8624495+03:00", "UserUUIDCur": "09d06dbe-e365-4e81-9f57-17f48a10ae83" } ]