POST api/AppChat/AppSaveChatDelivered
AppSaveChatDelivered
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatDelivered| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "acff49a8-4dfd-4fa4-af8c-a1804bfe03e5",
"UserUUIDCur": "877f0617-1304-4499-befd-278ababe6f49"
}
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": "f7deb266-da28-4985-9cec-87a90b191753",
"ChatUUID": "b32e9877-d518-45ba-a37a-8f6ea272e5ad",
"ChatRoomUUID": "fba17b6c-b304-4dc1-bc6d-b7eee7dfef6d",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "be59e104-b54d-4f2f-a81d-8c8c3c423f8e",
"GiftLeftTime": "2025-11-17T10:17:39.7841941+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": "3a6a3ebd-97d1-4825-811f-af9267623c66",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:17:39.7841941+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "95a16a93-d750-494b-adbe-b08a8aaac8ac",
"i": 21,
"UserUUIDCur": "e95d649d-a7ef-44f6-b8c4-9f0e2b2eab96"
}