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": "d64583b4-4856-45d4-8a2d-fe0ee770b9fc", "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": "d7836791-14cb-41b0-a7a2-83dab372ee5c", "ChatUUID": "78acdb14-8f42-41dc-9b6a-9ec48db17e0a", "ChatRoomUUID": "ad96e292-35f2-4114-9d85-acaacc1e9a7b", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "61c9b6f9-c6ed-4041-9151-c414ab969a4c", "GiftLeftTime": "2025-07-27T11:23:30.5569781+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": "6de4b9f0-b0f4-4903-a4af-949bcd328ab4", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:23:30.5569781+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "676b1fb0-ed14-48cd-a6ea-1708afd0a79a", "i": 21, "UserUUIDCur": "0c48cb7a-66bd-4c81-8be0-c1a10ae16ac1" }, { "UserUUID": "d7836791-14cb-41b0-a7a2-83dab372ee5c", "ChatUUID": "78acdb14-8f42-41dc-9b6a-9ec48db17e0a", "ChatRoomUUID": "ad96e292-35f2-4114-9d85-acaacc1e9a7b", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "61c9b6f9-c6ed-4041-9151-c414ab969a4c", "GiftLeftTime": "2025-07-27T11:23:30.5569781+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": "6de4b9f0-b0f4-4903-a4af-949bcd328ab4", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:23:30.5569781+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "676b1fb0-ed14-48cd-a6ea-1708afd0a79a", "i": 21, "UserUUIDCur": "0c48cb7a-66bd-4c81-8be0-c1a10ae16ac1" } ]