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": "29678b33-aeaa-4e65-afb9-3ae8f986bd87",
"DeviceID": "sample string 1",
"UserUUIDList": "sample string 2",
"ChatRoomUUID": "1bb5ad00-f8e1-47e2-abb9-1aa7befeb110"
}
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": "0e376051-8367-4a78-a9b1-6b8b0e53f557",
"ChatUUID": "0063400d-ed73-4d77-bbd8-98b875a64356",
"ChatRoomUUID": "5e976186-381a-434d-b988-c277a497f753",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "e2920a6a-c5e0-4539-b3f1-db3f90cdc725",
"GiftLeftTime": "2026-05-06T15:43:06.9698821+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": "e07b3e11-634d-4c9f-95da-c7035998310f",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T15:43:06.9698821+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "01de6676-58c1-4c97-92b2-994e72bf8543",
"i": 21,
"UserUUIDCur": "cb5f6d89-f8c9-459b-8327-2a829e54fba6"
},
{
"UserUUID": "0e376051-8367-4a78-a9b1-6b8b0e53f557",
"ChatUUID": "0063400d-ed73-4d77-bbd8-98b875a64356",
"ChatRoomUUID": "5e976186-381a-434d-b988-c277a497f753",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "e2920a6a-c5e0-4539-b3f1-db3f90cdc725",
"GiftLeftTime": "2026-05-06T15:43:06.9698821+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": "e07b3e11-634d-4c9f-95da-c7035998310f",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T15:43:06.9698821+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "01de6676-58c1-4c97-92b2-994e72bf8543",
"i": 21,
"UserUUIDCur": "cb5f6d89-f8c9-459b-8327-2a829e54fba6"
}
]