POST api/AppPersonal/AppSaveUserComment

AppSaveUserComment

Request Information

URI Parameters

None.

Body Parameters

AppSaveUserComment
NameDescriptionTypeAdditional information
CommentScore

integer

None.

CommentText

string

None.

CommentVideoUUID

globally unique identifier

None.

CommentPhotoUUID

globally unique identifier

None.

UserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CommentScore": 1,
  "CommentText": "sample string 1",
  "CommentVideoUUID": "183b345b-2788-463c-8e72-a3e3650d080b",
  "CommentPhotoUUID": "6ee8b66f-55ce-4ab1-924a-d0f0a53c21e3",
  "UserUUID": "1b1481f5-71da-4e41-91d8-97dadd92cd2e",
  "UserUUIDCur": "a3d073c1-4c42-4e4e-b4a6-6e17cf13d0fa"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveUserComment_Response
NameDescriptionTypeAdditional information
UserUUIDChange

date

None.

UserUUID

globally unique identifier

None.

CommentText

string

None.

CommentVideoUUID

globally unique identifier

None.

CommentScore

integer

None.

EntryTime

date

None.

CommentQ

string

None.

ScoreQ1

string

None.

ScoreQ2

string

None.

ScoreQ3

string

None.

ScoreQ4

string

None.

ScoreQ5

string

None.

EntryTimeChange

date

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "UserUUIDChange": "2025-04-19T07:50:04.263936+03:00",
  "UserUUID": "fffdb8db-da71-4f32-8703-5b7468a9560f",
  "CommentText": "sample string 3",
  "CommentVideoUUID": "3db07db6-0da5-4661-a2c4-fef8a1a1b5b4",
  "CommentScore": 5,
  "EntryTime": "2025-04-19T07:50:04.263936+03:00",
  "CommentQ": "sample string 7",
  "ScoreQ1": "sample string 8",
  "ScoreQ2": "sample string 9",
  "ScoreQ3": "sample string 10",
  "ScoreQ4": "sample string 11",
  "ScoreQ5": "sample string 12",
  "EntryTimeChange": "2025-04-19T07:50:04.263936+03:00",
  "UserUUIDCur": "d36e9118-0ea9-4bd9-b0dd-30c1ee49d7bb"
}