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": "3b16db1f-0ebe-41ba-b08b-48b09c2b58f0", "UserUUIDCur": "82848ed8-0786-46ca-bf3c-a1e06b5283e7" }
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": "5782c6c7-9ce6-4647-977f-3d75f51a1495", "ShareLink": "sample string 1", "Subject": "sample string 2", "Text": "sample string 3", "UserUUIDCur": "cf9f4456-3926-4d5f-b848-fc030b4703a2" }