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": "d37f3311-0faf-47a1-92b3-1d3698fd99cd",
"DeviceID": "sample string 1",
"UserUUIDList": "sample string 2",
"ChatRoomUUID": "e0167fd0-467f-46cf-a414-88c44a720309"
}
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": "6c726cc5-cf15-4c8c-a174-6f3155eac558",
"ChatUUID": "b555830f-2cee-4306-a86f-1485995e8a3b",
"ChatRoomUUID": "68485835-b44c-4dfa-9e0e-ae4b26df0195",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "d0843d62-1e32-4827-af6e-51af3b9cca0c",
"GiftLeftTime": "2025-11-17T10:14:24.4350517+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": "c1ca1609-8bad-466b-afde-da5a8a914700",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:14:24.4350517+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "a4c59267-723e-4736-a0ec-0c3e444147ed",
"i": 21,
"UserUUIDCur": "7c2d8e28-c1f9-47df-870a-2ff1c53f2403"
},
{
"UserUUID": "6c726cc5-cf15-4c8c-a174-6f3155eac558",
"ChatUUID": "b555830f-2cee-4306-a86f-1485995e8a3b",
"ChatRoomUUID": "68485835-b44c-4dfa-9e0e-ae4b26df0195",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "d0843d62-1e32-4827-af6e-51af3b9cca0c",
"GiftLeftTime": "2025-11-17T10:14:24.4350517+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": "c1ca1609-8bad-466b-afde-da5a8a914700",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:14:24.4350517+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "a4c59267-723e-4736-a0ec-0c3e444147ed",
"i": 21,
"UserUUIDCur": "7c2d8e28-c1f9-47df-870a-2ff1c53f2403"
}
]