POST api/AppChat/AppSaveChatCommand
AppSaveChatCommand
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatCommandName | Description | Type | Additional information |
---|---|---|---|
ChatUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
|
ChatCommand | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ChatUUID": "d3edcc47-5f2a-460f-abfd-f8c94ca01ec3", "UserUUIDCur": "d2548132-e849-4658-8449-a914bfc65a86", "ChatCommand": "sample string 1" }
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": "8be6acf8-c088-4987-bf77-feb4c0d512c4", "ChatUUID": "f3a38186-a726-429d-8cec-37f838c0e866", "ChatRoomUUID": "4e9a66fd-6c86-4b19-8e80-c35f838d0c56", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "75bb7260-cf0e-4747-b331-36d1528b1fb4", "GiftLeftTime": "2025-06-07T20:58:38.6252512+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": "525159ce-ef47-4016-8a82-60128117d248", "ChatText": "sample string 19", "EntryTime": "2025-06-07T20:58:38.6252512+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "5ba49ad4-0ea9-4602-b1ee-1623d0e85b42", "i": 21, "UserUUIDCur": "8131b645-9191-4a29-b87f-5199c17a7739" }