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": "20c7903f-2053-4b8e-8e1d-80cc29c98128", "CommentText": "sample string 1", "CommentVideoUUID": "5cf4e8b4-4b03-4330-9a93-ff2cfc93a567", "CommentPhotoUUID": "e2c108e8-57a2-478f-92ce-3a2b986b8d2d", "UserUUIDCur": "6f24661c-6102-4015-abf4-6583bf9912b7" }
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": "c1abdb84-adb2-41f9-b702-82e2d975ec03", "CommentUUIDPrev": "0aa82368-0f3c-46e8-b0ab-2de1cd4fc91a", "UserUUIDChange": "b621a128-28ee-4d14-aa04-3f0d4d44c863", "CommentText": "sample string 1", "CommentVideoUUID": "d156cbbd-32d3-4a98-8ba5-00b865fc3fa0", "EntryTime": "2025-09-23T00:31:50.5336805+03:00", "UserUUIDCur": "7376bbca-91ca-424c-bc31-e9a3bc516ea2" }