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": "93e9d674-29a4-4c70-9f6a-0b6eb3b055ec", "CommentPhotoUUID": "efb5af81-2c57-49d6-9264-b21389c290a8", "FunUUID": "df5e65c1-367e-48e0-9b26-85bf4c75e866", "UserUUIDCur": "007bdafc-715b-4e53-986f-da3a21693007" }
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": "a39525ff-a377-4705-8267-02c2b0394cf0", "EntryTimeChange": "2025-09-23T00:31:50.9903241+03:00", "UserUUIDCur": "e77dc9e3-e367-47db-a736-19937437da2b" }, { "CommentQ": 1, "ScoreQ1": 2, "ScoreQ2": 3, "ScoreQ3": 4, "ScoreQ4": 5, "ScoreQ5": 6, "UserUUIDChange": "a39525ff-a377-4705-8267-02c2b0394cf0", "EntryTimeChange": "2025-09-23T00:31:50.9903241+03:00", "UserUUIDCur": "e77dc9e3-e367-47db-a736-19937437da2b" } ]