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": "c5549f4c-a1c8-415d-922b-64e590798301",
"UserUUIDCur": "505bb2d9-3674-4218-a488-1df3c9f8cc3e"
}
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": "a62b72b8-8c6a-4b55-99a8-4b1b19440140",
"ShareLink": "sample string 1",
"Subject": "sample string 2",
"Text": "sample string 3",
"UserUUIDCur": "eb58eb06-a144-460d-b8d7-6070eec73652"
}