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": "366379b7-1033-43ab-807a-8e21ee89f13f", "UserUUIDCur": "4c174df8-8de2-46a0-b4fc-e115b0aed11d" }
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": "7333f1a4-8b5a-4664-9b41-39eae3b2af6c", "ChatUUID": "882d9a96-9f39-43cf-9c34-c5de4eb8bb96", "ChatRoomUUID": "bbcf1679-07b4-42f1-b662-aaa09780a619", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "2a754f2a-f22a-4f3a-87d8-f3d52b309977", "GiftLeftTime": "2025-06-07T21:15:11.4987903+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": "53496906-5b39-4e77-8fc7-4827e2568a34", "ChatText": "sample string 19", "EntryTime": "2025-06-07T21:15:11.4987903+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "c2d7b0f3-cfc9-4766-ae6a-59cf675a8b83", "i": 21, "UserUUIDCur": "103e27d7-3b71-4d2d-ab5a-a540c6dbdbe5" }