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": "667c4573-e32b-4a22-8803-8561a2c2add7",
"UserUUIDCur": "3b58c45e-fd01-4edd-8dfc-068e0810778b"
}
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": "5837479a-99ff-4d5a-8469-b0b3bceb7b1d",
"ShareLink": "sample string 2",
"Subject": "sample string 3",
"Text": "sample string 4",
"UserUUIDCur": "732ffe2f-7d61-416e-8d25-055e259d6b1b"
}