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": "0d14180a-926e-41b1-b4dc-1f15fafb69e4",
"UserUUIDCur": "fa83a638-5413-4d9b-8125-5800fb7f8436"
}
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": "e08f665c-311f-4431-b50f-315a34317c63",
"ShareLink": "sample string 2",
"Subject": "sample string 3",
"Text": "sample string 4",
"UserUUIDCur": "9e02f31c-583a-4f50-b055-726a4c717f7d"
}