POST api/AppChat/AppSaveChatFavorite
AppSaveChatFavorite
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatFavorite| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "cf4f13ab-dbad-44af-bdcb-6e3a7d201c62",
"UserUUIDCur": "e9487715-a070-4fd0-b2cb-7a5e002145ab"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
App_GetChatList_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| ChatUUID | globally unique identifier |
None. |
|
| AvatarName | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| PhotoURI | string |
None. |
|
| ChatText | string |
None. |
|
| ChatDelivered | boolean |
None. |
|
| ChatSeen | boolean |
None. |
|
| ChatFavorite | boolean |
None. |
|
| ChatLikeQ | integer |
None. |
|
| ChatLike | boolean |
None. |
|
| ChatSystem | boolean |
None. |
|
| ChatCommand | string |
None. |
|
| EntryTimeChar | string |
None. |
|
| EntryTime | date |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserUUID": "3c637abf-0943-48d5-8139-49a6827c1048",
"ChatUUID": "db4de1b1-8343-4566-a786-26874c72783c",
"AvatarName": "sample string 3",
"PhotoUUID": "fcffc90f-f5a4-47f3-a88d-b083e8db8ca1",
"PhotoURI": "sample string 4",
"ChatText": "sample string 5",
"ChatDelivered": true,
"ChatSeen": true,
"ChatFavorite": true,
"ChatLikeQ": 9,
"ChatLike": true,
"ChatSystem": true,
"ChatCommand": "sample string 11",
"EntryTimeChar": "sample string 12",
"EntryTime": "2026-03-21T23:36:19.6958236+02:00",
"UserUUIDCur": "87f2eeac-5993-4be7-ae12-dfeeab442ad4"
}