POST api/AppChat/AppSaveChatShare
AppSaveChatShare
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatShare| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "cdd964e0-e6ce-42d4-b3f9-d4397b034aa8",
"UserUUIDCur": "9c225780-6675-4595-bb28-ed04ca28a35a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveChatShare_Response| Name | Description | Type | Additional 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": "5afb462e-9365-4df4-8f47-e94a25a8a127",
"ShareLink": "sample string 2",
"Subject": "sample string 3",
"Text": "sample string 4",
"UserUUIDCur": "2003ad47-5af8-4379-b5a6-2c910d83a643"
}