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": "d60115ef-60ce-45a9-a65c-cd53575db8ec",
  "UserUUIDCur": "c71db83c-6f8c-44af-a604-3aa357b7c570"
}

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": "f525df06-cfde-48b3-a3f3-d0cdd4b555cb",
  "ShareLink": "sample string 2",
  "Subject": "sample string 3",
  "Text": "sample string 4",
  "UserUUIDCur": "2c3e2c9f-27e2-43cc-80a3-7ca52b9088cb"
}