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": "c9b3159a-4c86-4cc0-aa80-5f43084dc007",
"UserUUIDCur": "b2853131-1616-4638-92f6-13e85ed46bbf"
}
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": "6fe7864a-d244-471b-aadc-61dafb958e1f",
"ChatUUID": "e95cf516-1ab2-4d70-871b-0e00a3ff228e",
"ChatRoomUUID": "ef9b0264-aafc-49b0-ad97-6b38cb5ea10b",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "48544e6a-19b5-4377-a4c1-347c02c4c8e9",
"GiftLeftTime": "2026-06-20T22:52:58.3593251+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": "a48d86f4-784d-45b0-b443-01c744c708d1",
"ChatText": "sample string 19",
"EntryTime": "2026-06-20T22:52:58.3593251+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "105d36dd-30fc-4b77-aca3-61e6dd1a6aaf",
"i": 21,
"UserUUIDCur": "acb5f1b8-508d-4633-bd60-6ec6b36e66f3"
}