POST api/AppChat/AppSaveChatRoomUser
AppSaveChatRoomUser
Request Information
URI Parameters
None.
Body Parameters
SaveChatRoomUser_Request| Name | 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": "94f6f2e0-2755-4e6d-8ed2-69d7b7185397",
"DeviceID": "sample string 1",
"UserUUIDList": "sample string 2",
"ChatRoomUUID": "9a621828-48c4-4fbd-abb7-d25fe62bc9b8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ApGetChatList| Name | 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": "00dbd2ee-1556-4c65-a071-80c2314eff79",
"ChatUUID": "0935d1f2-0598-4565-86de-262ac13ae9a0",
"ChatRoomUUID": "23681f2a-ba3d-4ad4-a369-f0524c42c828",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "0f478294-810b-41cb-bd84-c9ff8aa4d9b1",
"GiftLeftTime": "2026-03-21T23:34:14.8290068+02: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": "d1207841-4966-41de-8aa1-d253c6a97b39",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T23:34:14.8290068+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "bb454431-a391-473b-be83-412a3379f5e3",
"i": 21,
"UserUUIDCur": "6a02c5c7-1957-46a7-bdfc-4b644fe8501c"
},
{
"UserUUID": "00dbd2ee-1556-4c65-a071-80c2314eff79",
"ChatUUID": "0935d1f2-0598-4565-86de-262ac13ae9a0",
"ChatRoomUUID": "23681f2a-ba3d-4ad4-a369-f0524c42c828",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "0f478294-810b-41cb-bd84-c9ff8aa4d9b1",
"GiftLeftTime": "2026-03-21T23:34:14.8290068+02: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": "d1207841-4966-41de-8aa1-d253c6a97b39",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T23:34:14.8290068+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "bb454431-a391-473b-be83-412a3379f5e3",
"i": 21,
"UserUUIDCur": "6a02c5c7-1957-46a7-bdfc-4b644fe8501c"
}
]