POST api/AppChat/AppSaveChatLike
AppSaveChatLike
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatDeleteName | Description | Type | Additional information |
---|---|---|---|
ChatUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ChatUUID": "952d330d-d551-4156-a5d1-55053cc897be", "UserUUIDCur": "559d02c3-683c-4a80-8f20-475780d508f7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApGetChatListName | 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": "a6394de5-0a4b-4514-ae97-2d5f4330d8d2", "ChatUUID": "7d706563-8411-4be4-8b7f-c77bcd757bdb", "ChatRoomUUID": "b674affc-8923-43eb-bc00-ef4b60cf3a0a", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "aa7fe827-0df3-4702-9cab-7c3c42cd6449", "GiftLeftTime": "2025-09-23T00:39:46.7220096+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": "7b318b80-0a05-4674-9b5f-a6d618981be9", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:39:46.7220096+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "212b4a0b-eb94-4ee6-a43a-aaae97f55b1d", "i": 21, "UserUUIDCur": "52456c51-4570-47a0-9c06-1e998bc1fc8d" }