POST api/AppPersonal/AppSaveCommentComment
AppSaveCommentComment
Request Information
URI Parameters
None.
Body Parameters
AppSaveCommentCommentName | 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": "c1f319e1-c34a-46a7-badb-ce934511e169", "CommentText": "sample string 1", "CommentVideoUUID": "3c70707b-0e85-4999-a624-ceafbc9d7d5d", "CommentPhotoUUID": "658f6c07-3bc9-4678-aea7-d53c635a1734", "UserUUIDCur": "1620902f-d2ab-46b1-9a7e-0f297b41ac47" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveCommentComment_ResponseName | 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": "4315558b-14b0-41c0-9fe8-2a29847d0524", "CommentUUIDPrev": "ed09d139-6370-4e88-af82-78c938b182d3", "UserUUIDChange": "6ac8728e-d270-48bc-881b-a8994ab98c08", "CommentText": "sample string 1", "CommentVideoUUID": "dbbe4e99-d966-4d77-953a-ae3cfee399c5", "EntryTime": "2025-06-07T20:54:24.4510813+03:00", "UserUUIDCur": "967f3721-987d-4d2a-bba0-9c49da44bb5d" }