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": "40c2088a-8684-4b89-9d1e-8c34a7976646", "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": "54fd4d8d-4997-471c-bb5e-d098f5d34d35", "ChatUUID": "a725a585-2d67-44d1-bc9b-a8f7a206d3b3", "ChatRoomUUID": "e8ba67d7-04f2-440d-b9bc-729a2f3c4327", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "552cbf7d-f141-487c-bd6f-6426ace30d33", "GiftLeftTime": "2025-04-19T08:31:55.5590479+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": "c11977bf-3882-4cd3-a1aa-551ec7ec90bc", "ChatText": "sample string 19", "EntryTime": "2025-04-19T08:31:55.5590479+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "492579b1-0721-46ef-9032-cc20b619a79b", "i": 21, "UserUUIDCur": "074d702e-3c5a-4a48-ab1e-4ab8bf333146" }, { "UserUUID": "54fd4d8d-4997-471c-bb5e-d098f5d34d35", "ChatUUID": "a725a585-2d67-44d1-bc9b-a8f7a206d3b3", "ChatRoomUUID": "e8ba67d7-04f2-440d-b9bc-729a2f3c4327", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "552cbf7d-f141-487c-bd6f-6426ace30d33", "GiftLeftTime": "2025-04-19T08:31:55.5590479+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": "c11977bf-3882-4cd3-a1aa-551ec7ec90bc", "ChatText": "sample string 19", "EntryTime": "2025-04-19T08:31:55.5590479+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "492579b1-0721-46ef-9032-cc20b619a79b", "i": 21, "UserUUIDCur": "074d702e-3c5a-4a48-ab1e-4ab8bf333146" } ]