POST api/Fun/SaveFunComment

AppSaveFunComment

Request Information

URI Parameters

None.

Body Parameters

AppSaveFunComment
NameDescriptionTypeAdditional 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": "d2079641-598a-4623-b277-69b986988714",
  "CommentPhotoUUID": "1f81a2a3-4f20-4c42-a860-5debde8c5483",
  "FunUUID": "8407b067-edb9-4163-9c30-cbcea7ee71d8",
  "UserUUIDCur": "055f29d6-243f-45d6-a878-3d75188b0a89"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppSaveFunComment_Response
NameDescriptionTypeAdditional 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": "8818684b-c7d6-4c51-868d-fccc4682b25b",
    "EntryTimeChange": "2025-04-19T09:00:50.3304823+03:00",
    "UserUUIDCur": "ea23b94c-fa12-46fc-8f27-4ca785b27fb2"
  },
  {
    "CommentQ": 1,
    "ScoreQ1": 2,
    "ScoreQ2": 3,
    "ScoreQ3": 4,
    "ScoreQ4": 5,
    "ScoreQ5": 6,
    "UserUUIDChange": "8818684b-c7d6-4c51-868d-fccc4682b25b",
    "EntryTimeChange": "2025-04-19T09:00:50.3304823+03:00",
    "UserUUIDCur": "ea23b94c-fa12-46fc-8f27-4ca785b27fb2"
  }
]