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": "93c104ad-289d-4a0b-8fa1-f61bb2fbb4ec",
  "UserUUIDCur": "92b5c2e2-8a65-485f-b742-53b088c65cc3"
}

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": "468f9b9c-0b5f-42ef-a464-4afe8deda3b9",
  "ShareLink": "sample string 1",
  "Subject": "sample string 2",
  "Text": "sample string 3",
  "UserUUIDCur": "911ae5a4-84ea-421a-8e1d-1d1c8315ab77"
}