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": "84f95c98-5ee7-401c-a674-7dce3ee2a172",
  "UserUUIDCur": "2093fb54-e455-4dd5-bc46-f7c7e3616766"
}

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": "5af5e3ea-0357-46bb-8362-99c88e50e79e",
  "ShareLink": "sample string 1",
  "Subject": "sample string 2",
  "Text": "sample string 3",
  "UserUUIDCur": "10f89130-8394-4f2b-a216-340307e5f79e"
}