POST api/AppChat/AppSaveChatRoomDel
AppSaveChatRoomDel
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatRoomDelName | 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": "a3e11c1f-ea70-4f2d-b182-38c80adbd800", "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 ApGetChatListName | 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": "1582c1c9-b069-4383-8eaf-2f5fd6da1e0a", "ChatUUID": "a4722ed5-9233-4e7d-ad36-e773a5a233c2", "ChatRoomUUID": "7eb21f6c-9959-45f4-a0b7-9c2fd79913af", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "2683ccec-1496-44b1-a2d0-7f9e6d0853f1", "GiftLeftTime": "2025-06-07T21:31:17.2064302+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": "4de92aeb-1c47-497a-909e-f1efebc7c7de", "ChatText": "sample string 19", "EntryTime": "2025-06-07T21:31:17.2064302+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "338311af-eda2-42bb-840f-164a9d01ec5d", "i": 21, "UserUUIDCur": "89fb2a85-cb95-4be9-8ea1-2a70692f9f83" }, { "UserUUID": "1582c1c9-b069-4383-8eaf-2f5fd6da1e0a", "ChatUUID": "a4722ed5-9233-4e7d-ad36-e773a5a233c2", "ChatRoomUUID": "7eb21f6c-9959-45f4-a0b7-9c2fd79913af", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "2683ccec-1496-44b1-a2d0-7f9e6d0853f1", "GiftLeftTime": "2025-06-07T21:31:17.2064302+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": "4de92aeb-1c47-497a-909e-f1efebc7c7de", "ChatText": "sample string 19", "EntryTime": "2025-06-07T21:31:17.2064302+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "338311af-eda2-42bb-840f-164a9d01ec5d", "i": 21, "UserUUIDCur": "89fb2a85-cb95-4be9-8ea1-2a70692f9f83" } ]