POST api/AppChat/AppSaveChatDelivered
AppSaveChatDelivered
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatDeliveredName | Description | Type | Additional information |
---|---|---|---|
ChatUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ChatUUID": "1f2dbf7f-ba79-4009-8b28-c9a458762dd6", "UserUUIDCur": "7ef46e45-82ff-4c96-a6f6-59cd6e56913b" }
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": "17346f6a-1b33-44b3-b9e6-39923abe32ec", "ChatUUID": "631b9a44-69cd-4504-93fa-3df585a95208", "ChatRoomUUID": "bd069d79-c615-4ab7-b94d-4fb9a00c42cc", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "7e24e138-4e93-4d81-9b69-c7d6484803c9", "GiftLeftTime": "2025-06-07T21:38:56.3897506+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": "310b39f8-2b68-45c9-b721-c2fd201addba", "ChatText": "sample string 19", "EntryTime": "2025-06-07T21:38:56.3897506+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "a7eb309f-2b22-4e1c-bf27-1f9930f7d764", "i": 21, "UserUUIDCur": "f5f62704-7fe0-4371-b5f9-a8d1531672c4" }