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": "59c6d795-826d-4933-b6ba-25b529470e7c", "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": "ebae8244-1a03-4cf6-98ba-8fc092688cdc", "ChatUUID": "31e8d509-6fd7-4f7e-a556-8823ef32b168", "ChatRoomUUID": "e6192b89-1809-4e41-a43f-cde4e456c8a9", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "a44534aa-78e6-4840-bfcf-0c62592ae7be", "GiftLeftTime": "2025-09-23T00:34:08.897405+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": "7a18c4e5-289e-4a03-9a5e-125a2aef7d99", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:34:08.897405+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "9baeeea7-1519-4a18-bd02-abfdabdcfb5d", "i": 21, "UserUUIDCur": "66c73012-1744-4c62-95ee-dc85b9f24996" }, { "UserUUID": "ebae8244-1a03-4cf6-98ba-8fc092688cdc", "ChatUUID": "31e8d509-6fd7-4f7e-a556-8823ef32b168", "ChatRoomUUID": "e6192b89-1809-4e41-a43f-cde4e456c8a9", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "a44534aa-78e6-4840-bfcf-0c62592ae7be", "GiftLeftTime": "2025-09-23T00:34:08.897405+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": "7a18c4e5-289e-4a03-9a5e-125a2aef7d99", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:34:08.897405+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "9baeeea7-1519-4a18-bd02-abfdabdcfb5d", "i": 21, "UserUUIDCur": "66c73012-1744-4c62-95ee-dc85b9f24996" } ]