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": "a1abaedf-247f-452e-9b7b-f3583d4efa9f", "DeviceID": "sample string 1", "UserUUIDList": "sample string 2", "ChatRoomUUID": "e8dccaff-f2c0-41e2-9d32-f7da2be2437c" }
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": "833c5807-4337-454f-8b7f-7580863c2b2c", "ChatUUID": "eca7d118-c9bc-4189-8ebc-757f2066cb1e", "ChatRoomUUID": "f93c6dd6-a28c-4bb6-8327-63964d3df7da", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "e2ab566a-61e8-4c1d-821f-3485c427b758", "GiftLeftTime": "2025-09-23T00:39:48.5369909+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": "78df643f-3b4a-422d-a993-9427cfb5fefd", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:39:48.5369909+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "dde457ea-83d5-4b3e-89da-51432c6da238", "i": 21, "UserUUIDCur": "48dab3ef-86d9-42bc-a172-20d9b1f5de7a" }, { "UserUUID": "833c5807-4337-454f-8b7f-7580863c2b2c", "ChatUUID": "eca7d118-c9bc-4189-8ebc-757f2066cb1e", "ChatRoomUUID": "f93c6dd6-a28c-4bb6-8327-63964d3df7da", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "e2ab566a-61e8-4c1d-821f-3485c427b758", "GiftLeftTime": "2025-09-23T00:39:48.5369909+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": "78df643f-3b4a-422d-a993-9427cfb5fefd", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:39:48.5369909+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "dde457ea-83d5-4b3e-89da-51432c6da238", "i": 21, "UserUUIDCur": "48dab3ef-86d9-42bc-a172-20d9b1f5de7a" } ]