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": "7cfacf95-37c0-4e96-b710-ee5836ffd2b2",
  "UserUUIDCur": "8022dc9f-bb7b-4496-9a55-198637e82688"
}

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": "09d077ef-ffdc-47bc-b132-e34ed6479287",
  "ShareLink": "sample string 2",
  "Subject": "sample string 3",
  "Text": "sample string 4",
  "UserUUIDCur": "0d2e2f11-a8f2-483d-b62d-3404efd7544a"
}