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": "6cb2ac99-def1-43ae-b623-9be909a9fceb",
"CommentText": "sample string 1",
"CommentVideoUUID": "44a199b6-2764-43f3-a648-7a060f997d13",
"CommentPhotoUUID": "b81ad38d-e929-43a9-9792-7d80df5ed903",
"UserUUIDCur": "25bb5d11-5c22-4b15-ab61-ad7bb66ee347"
}
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": "122de06a-d0f9-4556-80dd-fe95e8e145f7",
"CommentUUIDPrev": "7c4ac459-1019-453b-9458-35a27d95e564",
"UserUUIDChange": "7da1e70d-5ae9-4077-b36e-6b2b60c7ad52",
"CommentText": "sample string 1",
"CommentVideoUUID": "d88c7159-be43-4254-979e-4f9c05551cad",
"EntryTime": "2026-09-19T13:07:09.9624766+03:00",
"UserUUIDCur": "8c38b2ed-db19-4c12-b59f-5289161c5edd"
}