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": "b9dad54a-1e97-4d79-a7f5-ea9eb3b77aae",
"DeviceID": "sample string 1",
"UserUUIDList": "sample string 2",
"ChatRoomUUID": "96c0fda7-25c2-4eee-9f5e-48dc065c7ee8"
}
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": "2c8b5bee-a086-44f2-82d9-2cfe0d8b61ff",
"ChatUUID": "4185975e-aef9-472f-872d-8fa9d7617b1c",
"ChatRoomUUID": "3bd60afc-0093-4be4-a0e7-fdfa51ff78b5",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "fcc124c6-2b94-473d-9580-d0cf98200256",
"GiftLeftTime": "2026-09-19T13:09:07.2235812+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": "72d0772a-9a53-4e0f-a878-967bb52ecbdb",
"ChatText": "sample string 19",
"EntryTime": "2026-09-19T13:09:07.2235812+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "3988a914-50b2-4485-b44f-6c0519427cdb",
"i": 21,
"UserUUIDCur": "e0a60de9-675e-4eee-8d18-2e65e6b65ff4"
},
{
"UserUUID": "2c8b5bee-a086-44f2-82d9-2cfe0d8b61ff",
"ChatUUID": "4185975e-aef9-472f-872d-8fa9d7617b1c",
"ChatRoomUUID": "3bd60afc-0093-4be4-a0e7-fdfa51ff78b5",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "fcc124c6-2b94-473d-9580-d0cf98200256",
"GiftLeftTime": "2026-09-19T13:09:07.2235812+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": "72d0772a-9a53-4e0f-a878-967bb52ecbdb",
"ChatText": "sample string 19",
"EntryTime": "2026-09-19T13:09:07.2235812+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "3988a914-50b2-4485-b44f-6c0519427cdb",
"i": 21,
"UserUUIDCur": "e0a60de9-675e-4eee-8d18-2e65e6b65ff4"
}
]