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": "185440ea-2af5-4652-80bf-a8755cc8424f",
  "UserUUIDCur": "41f6a489-a67b-49a7-a1e3-0edb2a3bfe24"
}

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": "ecabcdc1-f347-4d77-9fe0-faa67518faca",
  "ShareLink": "sample string 1",
  "Subject": "sample string 2",
  "Text": "sample string 3",
  "UserUUIDCur": "ba2996de-41d3-4f22-afce-5faf0c4109f8"
}