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": "0141bca6-1519-4591-9b3c-ef001dca4d13",
"DeviceID": "sample string 1",
"UserUUIDList": "sample string 2",
"ChatRoomUUID": "00af4cec-41e2-4634-a779-9490884b4768"
}
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": "57cf7598-8587-4c27-829a-d331e4153d64",
"ChatUUID": "f2a9b139-6a5a-46cf-a962-32f6bcd2f80e",
"ChatRoomUUID": "81b3fbb9-815c-4a3c-a560-9c1aeac14cd2",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "dd2fb626-916f-4323-b3c6-95924641139d",
"GiftLeftTime": "2026-06-20T22:52:08.466971+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": "890bc922-8797-4199-a0cf-6766445b5d08",
"ChatText": "sample string 19",
"EntryTime": "2026-06-20T22:52:08.466971+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "0a717a2e-b4ae-4465-bc7f-294e16c521e6",
"i": 21,
"UserUUIDCur": "3721d875-a479-45f9-9d1c-8788866104d5"
},
{
"UserUUID": "57cf7598-8587-4c27-829a-d331e4153d64",
"ChatUUID": "f2a9b139-6a5a-46cf-a962-32f6bcd2f80e",
"ChatRoomUUID": "81b3fbb9-815c-4a3c-a560-9c1aeac14cd2",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "dd2fb626-916f-4323-b3c6-95924641139d",
"GiftLeftTime": "2026-06-20T22:52:08.466971+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": "890bc922-8797-4199-a0cf-6766445b5d08",
"ChatText": "sample string 19",
"EntryTime": "2026-06-20T22:52:08.466971+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "0a717a2e-b4ae-4465-bc7f-294e16c521e6",
"i": 21,
"UserUUIDCur": "3721d875-a479-45f9-9d1c-8788866104d5"
}
]