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": "105f65e1-4d45-4400-bbbb-18856c0785b3", "DeviceID": "sample string 1", "UserUUIDList": "sample string 2", "ChatRoomUUID": "dbf6ee5c-bc82-417b-9405-b096806b1633" }
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": "71713569-556f-4ef8-9433-8fcfa64b4b57", "ChatUUID": "5e3b23ae-517e-4bb9-9d19-d5a62bdb6865", "ChatRoomUUID": "98945f6f-6445-40eb-b44a-5d374a426b3f", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "e3c2d1bb-1ba6-4d43-abcb-5bb76403c9b2", "GiftLeftTime": "2025-04-19T08:18:08.9051044+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": "86aee1bd-1728-4fdc-937c-3f2719bf6468", "ChatText": "sample string 19", "EntryTime": "2025-04-19T08:18:08.9051044+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "73a6b6ac-ced1-4d97-b450-a3982c517189", "i": 21, "UserUUIDCur": "273f13bb-eb89-4493-8630-d9c25d724bbe" }, { "UserUUID": "71713569-556f-4ef8-9433-8fcfa64b4b57", "ChatUUID": "5e3b23ae-517e-4bb9-9d19-d5a62bdb6865", "ChatRoomUUID": "98945f6f-6445-40eb-b44a-5d374a426b3f", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "e3c2d1bb-1ba6-4d43-abcb-5bb76403c9b2", "GiftLeftTime": "2025-04-19T08:18:08.9051044+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": "86aee1bd-1728-4fdc-937c-3f2719bf6468", "ChatText": "sample string 19", "EntryTime": "2025-04-19T08:18:08.9051044+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "73a6b6ac-ced1-4d97-b450-a3982c517189", "i": 21, "UserUUIDCur": "273f13bb-eb89-4493-8630-d9c25d724bbe" } ]