POST api/AppChat/AppSaveChatShare

AppSaveChatShare

Request Information

URI Parameters

None.

Body Parameters

AppSaveChatShare
NameDescriptionTypeAdditional information
ChatUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ChatUUID": "12f93957-a4d8-49d7-aa91-88f3f94ccfc5",
  "UserUUIDCur": "18038017-a64d-423f-929b-d8d6a0271de9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveChatShare_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": "1efb3ca0-f927-439d-b712-2e5a187242fc",
  "ShareLink": "sample string 2",
  "Subject": "sample string 3",
  "Text": "sample string 4",
  "UserUUIDCur": "5e4ecfd5-2f8e-42e0-bb70-f04a094461e8"
}