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": "86fba57a-5d4d-4b54-ae0a-3ffd3288d6a1",
"CommentText": "sample string 1",
"CommentVideoUUID": "582c3704-fac5-4430-90c4-848abbf05a54",
"CommentPhotoUUID": "a2208d35-f7a5-40f5-9171-5f26b3329fc3",
"UserUUIDCur": "eb829cda-d9c1-4691-8588-c853a207a265"
}
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": "1c26aa14-fc73-48f3-a679-cfafce6ef1fb",
"CommentUUIDPrev": "ee39337a-caee-43cf-844c-8d381430f093",
"UserUUIDChange": "03c100b5-3e57-4767-a200-a9cb5bf703fb",
"CommentText": "sample string 1",
"CommentVideoUUID": "aa2118f0-dd5a-41b2-9171-3a2e657d41fa",
"EntryTime": "2026-08-05T03:52:59.6669275+03:00",
"UserUUIDCur": "12ccc847-bfe1-427b-a348-c27328fccb64"
}