POST api/AppChat/AppSaveChatDelete
AppSaveChatDelete
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatDeleteName | Description | Type | Additional information |
---|---|---|---|
ChatUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ChatUUID": "768b431b-22dc-4fb0-a402-19120be004d3", "UserUUIDCur": "537fce9d-d89f-42e4-8671-fd448ce47464" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApGetChatListName | 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": "95a43aea-79bc-44fe-a184-7ae7c907be48", "ChatUUID": "d399f678-4b0e-4c17-9ee4-428dd45eda80", "ChatRoomUUID": "da5e50dd-966c-4bb1-84e1-731d75fe0b0b", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "820724c7-f7e4-4069-b18c-95acef4bc2e8", "GiftLeftTime": "2025-06-07T14:54:27.4525937+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": "ac65e92a-6d43-44a3-8bd8-5c5b78985c71", "ChatText": "sample string 19", "EntryTime": "2025-06-07T14:54:27.4525937+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "46dffae5-786d-47bd-aa71-ea12ba2191de", "i": 21, "UserUUIDCur": "c7a31655-e31e-487e-b974-5370187f68e8" }