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": "70338918-993f-428e-bd78-bc270337e7ff",
  "UserUUIDCur": "0d8762e6-3897-4164-9dde-bac5a4a8091f"
}

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": "3f1e71ce-0d56-4f09-b97a-8ec9efa27d7f",
  "ShareLink": "sample string 1",
  "Subject": "sample string 2",
  "Text": "sample string 3",
  "UserUUIDCur": "b0f6ae29-4b39-4f1b-98d1-cf24317f3529"
}