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": "10c7d1d5-6503-4633-80ae-d50cc50376d2",
"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": "a69f13b9-013f-4b4e-be57-4d239285af8a",
"ChatUUID": "2390577b-427f-48f9-9ea8-c583790be9c6",
"ChatRoomUUID": "27ae361c-9ba6-4e74-a6b0-f89cbce18245",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "6fcd44b9-3dbb-4718-bef8-f20e25e55ed8",
"GiftLeftTime": "2026-06-20T22:53:56.4181772+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": "8f57c039-8331-4388-acb9-175ddec2ee9f",
"ChatText": "sample string 19",
"EntryTime": "2026-06-20T22:53:56.4181772+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "3c9961c3-fb18-4755-bbb5-5b919f43c883",
"i": 21,
"UserUUIDCur": "27ee200f-744c-4242-8128-bdcee3eec467"
},
{
"UserUUID": "a69f13b9-013f-4b4e-be57-4d239285af8a",
"ChatUUID": "2390577b-427f-48f9-9ea8-c583790be9c6",
"ChatRoomUUID": "27ae361c-9ba6-4e74-a6b0-f89cbce18245",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "6fcd44b9-3dbb-4718-bef8-f20e25e55ed8",
"GiftLeftTime": "2026-06-20T22:53:56.4181772+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": "8f57c039-8331-4388-acb9-175ddec2ee9f",
"ChatText": "sample string 19",
"EntryTime": "2026-06-20T22:53:56.4181772+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "3c9961c3-fb18-4755-bbb5-5b919f43c883",
"i": 21,
"UserUUIDCur": "27ee200f-744c-4242-8128-bdcee3eec467"
}
]