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": "041ecbb8-a333-4b77-9627-c9cf45f14eb5",
"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": "b113f4fc-a3ff-4e52-bc97-ae2110a0d09c",
"ChatUUID": "2a40c2ea-d0ea-4b9d-8d58-5b10d8454613",
"ChatRoomUUID": "a85d4055-3007-42e8-a71a-fa1ac1ae9784",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "cccfb697-4831-45b7-95d8-e523d83c1323",
"GiftLeftTime": "2026-05-06T11:28:10.9812041+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": "8e70ef75-7a48-4187-bfab-317aa5973fcc",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T11:28:10.9812041+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "b22fddf6-4e45-4de8-9bcf-6e782498ad4b",
"i": 21,
"UserUUIDCur": "4fb77e25-3e72-420f-bc5e-1651a8023143"
},
{
"UserUUID": "b113f4fc-a3ff-4e52-bc97-ae2110a0d09c",
"ChatUUID": "2a40c2ea-d0ea-4b9d-8d58-5b10d8454613",
"ChatRoomUUID": "a85d4055-3007-42e8-a71a-fa1ac1ae9784",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "cccfb697-4831-45b7-95d8-e523d83c1323",
"GiftLeftTime": "2026-05-06T11:28:10.9812041+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": "8e70ef75-7a48-4187-bfab-317aa5973fcc",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T11:28:10.9812041+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "b22fddf6-4e45-4de8-9bcf-6e782498ad4b",
"i": 21,
"UserUUIDCur": "4fb77e25-3e72-420f-bc5e-1651a8023143"
}
]