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": "9798d7ba-f0da-4b38-b6df-5ff430dc1e3a", "DeviceID": "sample string 1", "UserUUIDList": "sample string 2", "ChatRoomUUID": "6f0c2304-93df-499b-b33e-ebbec6d09ef8" }
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": "441f62e0-7159-4552-a8d3-391d2d6a9ba3", "ChatUUID": "9f29ab8a-6bf9-4ee7-b3eb-d75130ddc60c", "ChatRoomUUID": "8240fdb2-0e13-4309-a450-18f599de9593", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "18fc1f84-2a68-4e71-a226-9a0fe9044946", "GiftLeftTime": "2025-07-27T11:18:33.4867329+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": "f8e87962-a66a-4487-ba3f-14af5e78ab49", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:18:33.4867329+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "b8e130f8-0efd-475c-bd00-7dfaacf985d3", "i": 21, "UserUUIDCur": "a6ad1176-d5cd-4414-a312-428a13e9b7ae" }, { "UserUUID": "441f62e0-7159-4552-a8d3-391d2d6a9ba3", "ChatUUID": "9f29ab8a-6bf9-4ee7-b3eb-d75130ddc60c", "ChatRoomUUID": "8240fdb2-0e13-4309-a450-18f599de9593", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "18fc1f84-2a68-4e71-a226-9a0fe9044946", "GiftLeftTime": "2025-07-27T11:18:33.4867329+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": "f8e87962-a66a-4487-ba3f-14af5e78ab49", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:18:33.4867329+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "b8e130f8-0efd-475c-bd00-7dfaacf985d3", "i": 21, "UserUUIDCur": "a6ad1176-d5cd-4414-a312-428a13e9b7ae" } ]