POST api/AppPersonal/AppSaveCommentShare
AppSaveCommentShare
Request Information
URI Parameters
None.
Body Parameters
AppSaveCommentShareName | Description | Type | Additional information |
---|---|---|---|
CommentUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CommentUUID": "7b972e0e-e9aa-49de-9e95-f17fec101e20", "UserUUIDCur": "d0090f34-dac0-4634-8126-ba55313fbefb" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveCommentShare_ResponseName | 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": "f5761804-2be9-43d5-bf89-8df9c11a8b39", "ShareLink": "sample string 1", "Subject": "sample string 2", "Text": "sample string 3", "UserUUIDCur": "de436ea0-f4cf-4bea-8622-667b00022e1f" }