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": "4ada7f35-e832-4950-b022-57ddfa4328f3",
"UserUUIDCur": "2fc8f16f-5b14-4275-afc0-c3e651868044"
}
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": "8a77cdcc-2ca0-4142-92bd-a38fb65f4083",
"ChatUUID": "2b82d509-6046-4702-bbec-35f5586c8935",
"ChatRoomUUID": "88a6ac1e-436b-4b57-8782-47cf46e2fa31",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "a2a99ccc-9920-464b-a0ed-6b4a2fbb7b7b",
"GiftLeftTime": "2026-08-05T03:56:38.4430802+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": "62b874f3-f522-4d82-9c73-b001e94f3600",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T03:56:38.4430802+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "e0e87433-fea0-426e-86fb-4a3d4f767914",
"i": 21,
"UserUUIDCur": "f4fe8acf-dc8f-4c0b-87af-b9e31137a821"
}