POST api/AppPersonal/AppSaveCommentShare
AppSaveCommentShare
Request Information
URI Parameters
None.
Body Parameters
AppSaveCommentShare| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CommentUUID": "34998e4c-6ea6-4da6-830f-9f2a9ff4cb48",
"UserUUIDCur": "423957e4-6de5-4ff5-9535-c14532f2aa27"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveCommentShare_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ShareUUID | globally unique identifier |
None. |
|
| ShareLink | string |
None. |
|
| Subject | string |
None. |
|
| Text | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ShareUUID": "a3b31ef6-24dd-42ac-b5bb-e01611eb1e0e",
"ShareLink": "sample string 1",
"Subject": "sample string 2",
"Text": "sample string 3",
"UserUUIDCur": "6a303bd8-5500-4d85-b951-debca9580ba6"
}