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": "4e8b95e1-96f7-43dc-a3b4-1ca706dd0e0f", "UserUUIDCur": "72e8cc69-07fd-49db-8d12-e950b955d0a4" }
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": "d50e1a52-42f9-4c3d-9fed-a1c83c08e384", "ChatUUID": "62f8919d-acdc-4aa8-a9f6-2b8a143511ed", "ChatRoomUUID": "ef1d4a7b-591c-4664-8e08-0017db384d36", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "915e90e8-1b6d-4747-a122-ab59fcfefc2e", "GiftLeftTime": "2025-07-27T11:18:50.6467434+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": "e61d675c-7709-46f4-a712-280f6bd1a107", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:18:50.6467434+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "f09eab5a-bb64-4d73-acbd-96eb914ad9ca", "i": 21, "UserUUIDCur": "5f9ab857-4bd1-4718-9024-8dd8cb824e58" }