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": "4c035c04-94f9-4646-9d47-4dfed1f03d73", "UserUUIDCur": "d8149f43-bee6-4f8d-9fb2-a0e1ed88438c" }
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": "ebf7f960-e911-4cca-a9ad-b8b82ab0e084", "ChatUUID": "f2cc958f-aefd-4d7e-a1ef-39d17fb2c7b6", "ChatRoomUUID": "0e1216e5-1c71-43f0-9418-58bb145057d9", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "80d5a794-2c1c-4b83-b42b-4490879acbfa", "GiftLeftTime": "2025-09-23T00:34:04.8894486+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": "cdecad65-ade7-49d2-892c-31cbb4c14fd4", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:34:04.8894486+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "c3cb7bb5-7449-47d0-865d-8db62787ffcf", "i": 21, "UserUUIDCur": "92ce4687-d805-4646-9780-c6140f3b5fca" }