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": "633bc450-0590-467f-b07d-bedbbd23ef55",
"CommentText": "sample string 1",
"CommentVideoUUID": "5cc8bef2-9847-4e76-8211-2f3ca08ea5e9",
"CommentPhotoUUID": "2c1b054b-5a17-4c84-8776-841f3e7e4b62",
"UserUUIDCur": "06fc003f-0f69-4e9d-a376-a066de179671"
}
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": "75fd2a9b-ced7-4b42-957e-cc7d230b547e",
"CommentUUIDPrev": "66777780-79ef-4ba2-85ad-4cb505f57a3e",
"UserUUIDChange": "cadfcc4b-2504-443b-93b5-196028fd169c",
"CommentText": "sample string 1",
"CommentVideoUUID": "c1ebd960-b24e-4bde-9a3c-afcd15c839fa",
"EntryTime": "2026-06-20T22:50:02.1635332+03:00",
"UserUUIDCur": "dde43d32-5252-44f3-bf64-27be803138e9"
}