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": "f3719b2c-8375-4363-982f-3c5ead6fd096", "UserUUIDCur": "4d88f16b-bce0-448f-ba26-755230042b99" }
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": "6525c055-2de6-4a4d-af54-e2de29a49f7e", "ChatUUID": "9fdf33c3-fa46-40bf-a9a2-f93577ced6d5", "ChatRoomUUID": "ee4a1e39-3111-417b-adba-79c48b9ea3d2", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "1885c15a-2419-4fa7-8087-9db140103302", "GiftLeftTime": "2025-07-27T11:26:10.7549223+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": "0925f8b8-2403-477b-9b0a-0bdc2055b404", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:26:10.7549223+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "0217fdec-95d9-4520-92b8-e7a362e8b55f", "i": 21, "UserUUIDCur": "bcf39c0c-101f-4223-b243-b972d0ddee10" }