POST api/AppChat/AppSaveChatFavorite
AppSaveChatFavorite
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatFavoriteName | Description | Type | Additional information |
---|---|---|---|
ChatUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ChatUUID": "ffaa1216-3c37-4526-9fee-25119e3eb5f4", "UserUUIDCur": "70c472e3-b179-45a6-8fe2-97e2c939caa3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
App_GetChatList_ResponseName | Description | Type | Additional information |
---|---|---|---|
UserUUID | globally unique identifier |
None. |
|
ChatUUID | globally unique identifier |
None. |
|
AvatarName | string |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
PhotoURI | string |
None. |
|
ChatText | string |
None. |
|
ChatDelivered | boolean |
None. |
|
ChatSeen | boolean |
None. |
|
ChatFavorite | boolean |
None. |
|
ChatLikeQ | integer |
None. |
|
ChatLike | boolean |
None. |
|
ChatSystem | boolean |
None. |
|
ChatCommand | string |
None. |
|
EntryTimeChar | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserUUID": "7ee1aeb4-ce90-41f7-a13d-936d3c2c3933", "ChatUUID": "7a4efd4e-a67b-4d19-953c-0a30ca99e1b3", "AvatarName": "sample string 3", "PhotoUUID": "20acc4e2-0e6c-4cfc-9622-042c7929df99", "PhotoURI": "sample string 4", "ChatText": "sample string 5", "ChatDelivered": true, "ChatSeen": true, "ChatFavorite": true, "ChatLikeQ": 9, "ChatLike": true, "ChatSystem": true, "ChatCommand": "sample string 11", "EntryTimeChar": "sample string 12", "UserUUIDCur": "69b82cd7-2ba1-40f8-a19e-938ce30882d6" }