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": "0b0e23ad-86bf-431c-9965-e6b5b3f3fb28",
  "UserUUIDCur": "37c4b1fe-42e0-4fb4-ad5e-2c5ef8d3bfc1"
}

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": "01172a92-50ff-46c6-8a2f-e1aeb87535e4",
  "ShareLink": "sample string 2",
  "Subject": "sample string 3",
  "Text": "sample string 4",
  "UserUUIDCur": "ea99c3e5-0fe7-4feb-a3cf-d3281464d2f6"
}