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": "e0b68874-f0ef-49de-b035-7c8ef79d43b2", "UserUUIDCur": "7299da5b-f636-4b00-b967-1926135d9836" }
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": "69c00755-9455-42cc-9775-22ace15876db", "ChatUUID": "b49d843d-9f29-465c-9747-d016355285db", "AvatarName": "sample string 3", "PhotoUUID": "df980c21-758b-4335-8971-d7a3325377fd", "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": "092d3d7d-281b-4f00-8f82-1c90b242997f" }