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": "c2530f56-a8d6-49ed-ae71-3009620047c0",
  "UserUUIDCur": "a77e6c61-9f1c-4493-b71a-fab5bd50e3da"
}

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": "6366bddb-3a6e-4a51-ade1-2ed92ac488e7",
  "ShareLink": "sample string 2",
  "Subject": "sample string 3",
  "Text": "sample string 4",
  "UserUUIDCur": "9cc8dcd1-aca7-47c4-a1ad-db1895caa7dc"
}