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": "a79edf93-beda-4dbf-a64e-fcceb337920c",
"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": "21926e24-ee84-4256-a57c-5b03b620ba47",
"ChatUUID": "8521d72f-5550-4c8f-b67c-8a0415c833b6",
"ChatRoomUUID": "26485807-1e9c-4d1c-8476-12fc6d79e899",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "c8061687-0bf8-47ae-924b-fbe97ffa8f9a",
"GiftLeftTime": "2026-08-05T03:58:42.5563923+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": "f6ebe16b-7aff-4884-8921-7ab24b7aae62",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T03:58:42.5563923+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "02e36881-ceb8-4b13-80b7-c2217d3c1b69",
"i": 21,
"UserUUIDCur": "c6a9e24d-ef8e-4faf-ba30-53f633fc258e"
},
{
"UserUUID": "21926e24-ee84-4256-a57c-5b03b620ba47",
"ChatUUID": "8521d72f-5550-4c8f-b67c-8a0415c833b6",
"ChatRoomUUID": "26485807-1e9c-4d1c-8476-12fc6d79e899",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "c8061687-0bf8-47ae-924b-fbe97ffa8f9a",
"GiftLeftTime": "2026-08-05T03:58:42.5563923+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": "f6ebe16b-7aff-4884-8921-7ab24b7aae62",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T03:58:42.5563923+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "02e36881-ceb8-4b13-80b7-c2217d3c1b69",
"i": 21,
"UserUUIDCur": "c6a9e24d-ef8e-4faf-ba30-53f633fc258e"
}
]