POST api/AppPersonal/AppSaveCommentComment
AppSaveCommentComment
Request Information
URI Parameters
None.
Body Parameters
AppSaveCommentCommentName | Description | Type | Additional 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": "01d7f190-0a47-458f-931d-5c9dff211878", "CommentText": "sample string 1", "CommentVideoUUID": "db3311a7-d36b-4e50-89d2-cf5122b89484", "CommentPhotoUUID": "cde6806e-c15b-4eac-8fa2-03b45bfc4027", "UserUUIDCur": "a77f238e-4483-43d1-b3f9-59f24cded015" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveCommentComment_ResponseName | Description | Type | Additional 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": "013b6556-ddfc-479e-be70-996d3ef7861f", "CommentUUIDPrev": "c33783a6-931f-4d12-b1dd-ac3e41a9099e", "UserUUIDChange": "e2504624-f76b-4a5e-b60f-9c92e2c73711", "CommentText": "sample string 1", "CommentVideoUUID": "05d56b73-b4d9-4136-95e9-1b1a077d9308", "EntryTime": "2025-07-27T11:11:19.4251478+03:00", "UserUUIDCur": "3ceead69-f5ab-4c8e-91f2-be0abe25f3d4" }