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": "81296ea9-e9ad-4404-9ab8-6105c7a5d5a0",
"UserUUIDCur": "7680b018-c99b-41bc-aeae-ef559281a556"
}
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": "c02a0f52-e7e3-414d-acbb-fff421fc683d",
"ChatUUID": "02b48984-538b-4d0a-9fea-0af5001f0ce1",
"AvatarName": "sample string 3",
"PhotoUUID": "50b847cc-f811-4f95-82cc-6013dbeda210",
"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-06-20T20:27:37.6444566+03:00",
"UserUUIDCur": "4f26e20a-b58d-437d-a755-26051d4480ca"
}