POST api/AppChat/AppSaveChatLike
AppSaveChatLike
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatDelete| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "38c26252-4b57-4d5b-a18c-eccdbf1967b7",
"UserUUIDCur": "16562488-8347-47f2-baf2-2b4a840effe2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApGetChatList| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| ChatUUID | globally unique identifier |
None. |
|
| ChatRoomUUID | globally unique identifier |
None. |
|
| ChatDelivered | boolean |
None. |
|
| ChatSeen | boolean |
None. |
|
| LastActivityTimeChar | string |
None. |
|
| ChatFavorite | boolean |
None. |
|
| ChatLikeQ | integer |
None. |
|
| PhotoURI | string |
None. |
|
| ChatUnseenQ | integer |
None. |
|
| ChatLike | boolean |
None. |
|
| GiftUUID | globally unique identifier |
None. |
|
| GiftLeftTime | date |
None. |
|
| GiftVisible | boolean |
None. |
|
| ChatSystem | boolean |
None. |
|
| Mute | boolean |
None. |
|
| Pined | boolean |
None. |
|
| GiftPackName | string |
None. |
|
| GiftPackReason | string |
None. |
|
| AvatarName | string |
None. |
|
| ChatRoomName | string |
None. |
|
| ChatCommand | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| ChatText | string |
None. |
|
| EntryTime | date |
None. |
|
| EntryTimeChar | string |
None. |
|
| LastChatUUID | globally unique identifier |
None. |
|
| i | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserUUID": "847f9ecc-aecd-42f7-b1da-898f4f906b33",
"ChatUUID": "72dbb8d4-b78c-4ffc-b5bd-ae09d39b01de",
"ChatRoomUUID": "b48d8d09-5aae-4e49-9780-ceff2e13d4c7",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "40677c92-8b1d-4b18-9453-dbff2f28cecb",
"GiftLeftTime": "2026-05-06T10:32:34.306763+03:00",
"GiftVisible": true,
"ChatSystem": true,
"Mute": true,
"Pined": true,
"GiftPackName": "sample string 14",
"GiftPackReason": "sample string 15",
"AvatarName": "sample string 16",
"ChatRoomName": "sample string 17",
"ChatCommand": "sample string 18",
"PhotoUUID": "d6ab7936-83e4-4387-89ca-c61e91331aba",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T10:32:34.306763+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "2a8ce67d-c2b6-474e-b67b-a75e09cdcc39",
"i": 21,
"UserUUIDCur": "bcee5c6e-dba1-4b72-a948-027237c865d4"
}