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": "aff7b96e-e13d-49e3-8af9-8ba9d7234cc7",
"CommentText": "sample string 1",
"CommentVideoUUID": "f09254ad-3121-4784-ab9d-482d18f5f01a",
"CommentPhotoUUID": "6e243994-00ae-40fb-b5ea-3b16144f0e4d",
"UserUUIDCur": "350fac89-4e05-4069-9865-3621dfb8752d"
}
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": "fd89e06d-6700-4ac3-8be9-9c613474ac38",
"CommentUUIDPrev": "c287bc17-71d8-4f2b-a0c6-bcaf613cd5d0",
"UserUUIDChange": "683f0a30-4a70-4364-9494-dcc84788a0a8",
"CommentText": "sample string 1",
"CommentVideoUUID": "9bd484c6-155d-4905-a4ac-a3e20ca184cd",
"EntryTime": "2026-03-21T23:41:39.0646617+02:00",
"UserUUIDCur": "c0957856-f978-49b3-8840-b3e30c5d8481"
}