POST api/AppPersonal/AppSaveCommentComment
AppSaveCommentComment
Request Information
URI Parameters
None.
Body Parameters
AppSaveCommentComment| Name | 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": "9881cb14-3afe-45ca-b4a3-13d045c3dd4c",
"CommentText": "sample string 1",
"CommentVideoUUID": "ee2f4f44-6e5c-4c1b-a7ad-c07aa9139a05",
"CommentPhotoUUID": "201814b0-f823-4b78-8c41-57c14c8de8ac",
"UserUUIDCur": "ddb69633-917b-4537-a822-5bea04cd90f9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveCommentComment_Response| Name | 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": "4a744d12-0ce8-46e3-8f7c-f7fd71c7e9ff",
"CommentUUIDPrev": "9b9e9ce9-73e0-4be7-8195-f3e3fddd34f2",
"UserUUIDChange": "31a93691-6eff-424f-a3f9-89cf339d421e",
"CommentText": "sample string 1",
"CommentVideoUUID": "d26b85ba-755b-44fa-b85e-bf43213ab504",
"EntryTime": "2026-05-06T14:40:34.8665092+03:00",
"UserUUIDCur": "c4d3a3eb-6f7a-4119-979d-faa412db1a2a"
}