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": "ee6bbcfe-5c46-4497-b28b-0ce308fa0454",
"DeviceID": "sample string 1",
"UserUUIDList": "sample string 2",
"ChatRoomUUID": "d131bb9a-2de5-43ba-85f9-49ea68dee6de"
}
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": "2e540ef6-2c89-42fb-85ff-137a54ed096a",
"ChatUUID": "3b6b0901-e9bd-480b-9af6-711541edc973",
"ChatRoomUUID": "48e3b0fd-cba4-4e59-a819-3615a296722d",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "1771ef78-e284-4c87-b2a2-380613fb2299",
"GiftLeftTime": "2026-02-04T05:19:54.8893491+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": "047dfb3f-e30a-4e21-baa1-a8bb627d43dc",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:19:54.8893491+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "10fc8bd5-744f-4024-b1b9-ea291b430834",
"i": 21,
"UserUUIDCur": "452cb9f6-dd39-4278-b4e7-85ae33ba9182"
},
{
"UserUUID": "2e540ef6-2c89-42fb-85ff-137a54ed096a",
"ChatUUID": "3b6b0901-e9bd-480b-9af6-711541edc973",
"ChatRoomUUID": "48e3b0fd-cba4-4e59-a819-3615a296722d",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "1771ef78-e284-4c87-b2a2-380613fb2299",
"GiftLeftTime": "2026-02-04T05:19:54.8893491+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": "047dfb3f-e30a-4e21-baa1-a8bb627d43dc",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:19:54.8893491+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "10fc8bd5-744f-4024-b1b9-ea291b430834",
"i": 21,
"UserUUIDCur": "452cb9f6-dd39-4278-b4e7-85ae33ba9182"
}
]