POST api/AppPersonal/AppSaveCommentShare

AppSaveCommentShare

Request Information

URI Parameters

None.

Body Parameters

AppSaveCommentShare
NameDescriptionTypeAdditional information
CommentUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CommentUUID": "cd4d9f42-1d2f-4def-80c2-0a8e670ce2ea",
  "UserUUIDCur": "fd5026b3-132f-4ed6-9ac3-06af6d0ccf5e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveCommentShare_Response
NameDescriptionTypeAdditional 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": "d28a0dce-1f5a-4b6f-b2dc-6f5d3b13ee42",
  "ShareLink": "sample string 1",
  "Subject": "sample string 2",
  "Text": "sample string 3",
  "UserUUIDCur": "e6264ef8-0d7a-4b79-b566-b0a74d89ad28"
}