POST api/AppChat/AppSaveChatRoomUser
AppSaveChatRoomUser
Request Information
URI Parameters
None.
Body Parameters
SaveChatRoomUser_RequestName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
DeviceID | string |
None. |
|
UserUUIDList | string |
None. |
|
ChatRoomUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "229a5464-5e71-449d-bc25-40051e39d49f", "DeviceID": "sample string 1", "UserUUIDList": "sample string 2", "ChatRoomUUID": "2bc97e49-398d-4358-aab4-cbcf23c69497" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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": "b40965b4-b50f-4dd7-beaf-73d87f49f150", "ChatUUID": "274f9bd2-ec01-44c1-9165-268c9c84434d", "ChatRoomUUID": "6660802e-3a86-4010-a583-3aa7ab932093", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "da602993-c6c6-46f4-8f33-9defe9fee61c", "GiftLeftTime": "2025-06-07T14:51:15.7974436+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": "0b9070b5-acc6-4227-ad76-ea498835c6c5", "ChatText": "sample string 19", "EntryTime": "2025-06-07T14:51:15.7974436+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "9c0ae287-1a0c-4190-87d7-9b6bef1fe36e", "i": 21, "UserUUIDCur": "b7aec56c-d4b6-4a6d-9a30-ec5e3826d53a" }, { "UserUUID": "b40965b4-b50f-4dd7-beaf-73d87f49f150", "ChatUUID": "274f9bd2-ec01-44c1-9165-268c9c84434d", "ChatRoomUUID": "6660802e-3a86-4010-a583-3aa7ab932093", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "da602993-c6c6-46f4-8f33-9defe9fee61c", "GiftLeftTime": "2025-06-07T14:51:15.7974436+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": "0b9070b5-acc6-4227-ad76-ea498835c6c5", "ChatText": "sample string 19", "EntryTime": "2025-06-07T14:51:15.7974436+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "9c0ae287-1a0c-4190-87d7-9b6bef1fe36e", "i": 21, "UserUUIDCur": "b7aec56c-d4b6-4a6d-9a30-ec5e3826d53a" } ]