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": "230eb944-1255-47f0-b27f-b7948e5155e2",
"UserUUIDCur": "6c95c6d0-2ca4-447b-9b8a-b7fa1e25165b"
}
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": "781767d3-a0ae-476e-b235-30c2c07da7e6",
"ShareLink": "sample string 1",
"Subject": "sample string 2",
"Text": "sample string 3",
"UserUUIDCur": "42b73edc-e9a0-49da-ad44-1be2149489e3"
}