POST api/AppChat/AppSaveChatDelete
AppSaveChatDelete
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatDelete| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "c6a2450a-a6e6-49e6-81a0-4b9a470baa23",
"UserUUIDCur": "15f13e38-bbca-4059-b423-fbba1f6f3ec1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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": "eb04b102-7c43-4dd1-9318-452c067ee42e",
"ChatUUID": "eeff982a-8bcd-46c1-9544-34222b226b39",
"ChatRoomUUID": "9fd1d774-07f4-4afd-9a59-323f091c4a7d",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "64e599e3-d376-41b8-a779-8447899003dc",
"GiftLeftTime": "2026-05-06T15:43:35.7679749+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": "e55e011d-0b63-4fb6-8ad9-08b8be052e79",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T15:43:35.7679749+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "b0a8a9d9-8abd-4871-8876-fb2496ee19c0",
"i": 21,
"UserUUIDCur": "a416dac1-ebf3-4522-84e4-05319a68782c"
}