POST api/AppChat/AppSaveChatRoomDel
AppSaveChatRoomDel
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatRoomDel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| ChatRoomUUID | string |
None. |
|
| DeviceID | string |
None. |
|
| All | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "4bd1f152-955f-4418-bac6-5f17c29813fa",
"ChatRoomUUID": "sample string 1",
"DeviceID": "sample string 2",
"All": true
}
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": "12c26daf-6d7f-4b0e-b8e0-80493f106f15",
"ChatUUID": "281015dc-8e41-437f-8f15-93cb5d1b42f4",
"ChatRoomUUID": "31bfc76c-2b2e-455d-8402-6e754696d164",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "eca5f6ce-d23c-4d84-880b-9c634f972bbf",
"GiftLeftTime": "2025-11-17T10:16:06.7199113+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": "b6637492-bd0b-4ff0-bce7-f2ef55c72bae",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:16:06.7199113+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "ac435f58-c67d-48c0-9e28-12d786c17b1a",
"i": 21,
"UserUUIDCur": "8fd4733e-1545-4ba8-9b60-0e7c33fba34c"
},
{
"UserUUID": "12c26daf-6d7f-4b0e-b8e0-80493f106f15",
"ChatUUID": "281015dc-8e41-437f-8f15-93cb5d1b42f4",
"ChatRoomUUID": "31bfc76c-2b2e-455d-8402-6e754696d164",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "eca5f6ce-d23c-4d84-880b-9c634f972bbf",
"GiftLeftTime": "2025-11-17T10:16:06.7199113+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": "b6637492-bd0b-4ff0-bce7-f2ef55c72bae",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:16:06.7199113+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "ac435f58-c67d-48c0-9e28-12d786c17b1a",
"i": 21,
"UserUUIDCur": "8fd4733e-1545-4ba8-9b60-0e7c33fba34c"
}
]