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": "28b39453-579e-4910-811b-960a620ea043",
"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": "fc8f9b4a-692d-4168-94ac-3a6825ad7afe",
"ChatUUID": "8df009a3-af51-49af-ab5b-ec500fe75da7",
"ChatRoomUUID": "0bd9e70f-4301-4953-a4a7-737d93db10e6",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "c8830b66-0d45-4884-b6f3-061494ccf2fb",
"GiftLeftTime": "2026-02-04T05:21:26.1549129+02: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": "05fbd342-6d2c-44e5-9396-53a1c0cb1110",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:21:26.1549129+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "055df8d8-952e-4b90-95fb-45d2d6a7b09e",
"i": 21,
"UserUUIDCur": "ad759bed-0ab8-425f-abfe-dc3e7595a693"
},
{
"UserUUID": "fc8f9b4a-692d-4168-94ac-3a6825ad7afe",
"ChatUUID": "8df009a3-af51-49af-ab5b-ec500fe75da7",
"ChatRoomUUID": "0bd9e70f-4301-4953-a4a7-737d93db10e6",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "c8830b66-0d45-4884-b6f3-061494ccf2fb",
"GiftLeftTime": "2026-02-04T05:21:26.1549129+02: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": "05fbd342-6d2c-44e5-9396-53a1c0cb1110",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:21:26.1549129+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "055df8d8-952e-4b90-95fb-45d2d6a7b09e",
"i": 21,
"UserUUIDCur": "ad759bed-0ab8-425f-abfe-dc3e7595a693"
}
]