POST api/AppPersonal/AppSaveCommentComment

AppSaveCommentComment

Request Information

URI Parameters

None.

Body Parameters

AppSaveCommentComment
NameDescriptionTypeAdditional information
CommentUUID

globally unique identifier

None.

CommentText

string

None.

CommentVideoUUID

globally unique identifier

None.

CommentPhotoUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CommentUUID": "77a110af-ea6a-4835-91d8-21c89a62265a",
  "CommentText": "sample string 1",
  "CommentVideoUUID": "3ed5eb44-996e-48a5-ac01-737d788ac6fb",
  "CommentPhotoUUID": "779e0fb7-a2de-43dd-9c9b-e0dfe8ac8306",
  "UserUUIDCur": "21c96bf2-e0d7-43b5-b3fe-a67ad35ba5e2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveCommentComment_Response
NameDescriptionTypeAdditional information
CommentUUID

globally unique identifier

None.

CommentUUIDPrev

globally unique identifier

None.

UserUUIDChange

globally unique identifier

None.

CommentText

string

None.

CommentVideoUUID

globally unique identifier

None.

EntryTime

date

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "CommentUUID": "512cb0ea-edb3-44f9-8d9d-41add7730d80",
  "CommentUUIDPrev": "99a6df52-f783-4959-b5c2-a8373b3ce4b3",
  "UserUUIDChange": "a46bdcf4-7e90-4d69-9a2c-0cfeae4f3356",
  "CommentText": "sample string 1",
  "CommentVideoUUID": "8f5405fa-4fe1-4ec6-b745-59ae01dc225c",
  "EntryTime": "2025-04-19T07:57:15.7086847+03:00",
  "UserUUIDCur": "58210d65-44dd-40b7-a66d-3b6583125589"
}