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": "f42b3fde-9ffe-43ab-8297-05534fda6932", "UserUUIDCur": "5424f8b9-225a-4f88-8ee6-4daa39248d32" }
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": "dc482a9b-dbdb-4266-a32b-62e372e89628", "ChatUUID": "e1c8b594-8909-49cd-8af3-a3ee979c3c01", "AvatarName": "sample string 3", "PhotoUUID": "da78bb86-481f-402d-88fb-6b02f828a88b", "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": "0f248a19-0f06-4c5d-9402-2803b619b4ff" }