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": "fcdb71cf-dd63-4bdf-940c-02f6f20edafd",
"CommentText": "sample string 1",
"CommentVideoUUID": "35678004-9cb8-4fbb-8a8a-4dc5d7fedb65",
"CommentPhotoUUID": "d142d9e0-ec61-4fc8-b37c-93b787a61d81",
"UserUUIDCur": "72b11221-041c-42fe-9dc0-c71a10d1e2b3"
}
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": "3f855ce5-43d7-4c6f-aafd-a422493169cb",
"CommentUUIDPrev": "74802149-d45d-490f-bef4-159fdfad0a50",
"UserUUIDChange": "4e015c2b-7e12-46bf-bc63-2bb7e20bd72c",
"CommentText": "sample string 1",
"CommentVideoUUID": "78e65c82-4505-4b6f-8432-dcbc6b1f43b9",
"EntryTime": "2025-11-17T10:12:03.9338135+02:00",
"UserUUIDCur": "c0be40e2-0014-4a02-af61-e137e6479e42"
}