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": "09526391-df00-4d22-96c9-9db721b86a31",
"UserUUIDCur": "86df273c-3252-4e03-9818-db816823fd7b"
}
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": "c1c31715-ef03-415e-934a-129a573b6be1",
"ChatUUID": "118fbb6d-fd16-4719-b034-91d45bcd04a3",
"ChatRoomUUID": "93ffef2e-6b11-418d-837d-d5bfa7ff82f6",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "54fcec72-6595-4de7-a838-ba80b375a73d",
"GiftLeftTime": "2026-03-21T23:34:48.0902825+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": "12c787b5-0cf6-44ba-ab5b-8af2627edf86",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T23:34:48.0902825+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "08f21b71-4153-475c-85c3-ba9d09e1740f",
"i": 21,
"UserUUIDCur": "18928564-73b1-4771-8127-a95cbce8dc2c"
}