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": "dbda8981-8bff-45ef-971e-22e7e60465d3", "UserUUIDCur": "61560296-b00d-4440-9256-c871aeeaec55", "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": "a25f3108-1ad6-497f-8e95-73c077e6f720", "ChatUUID": "902175a2-6eb1-415f-bc41-5fc464d4d548", "ChatRoomUUID": "34eeee98-7655-4c02-b8be-e97866b946ec", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "a377557c-90fb-4e04-863c-897e66e634f5", "GiftLeftTime": "2025-09-23T00:31:45.4675236+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": "f8971494-ebf0-4bd3-be7a-6a84c37381a9", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:31:45.4675236+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "941f8369-78c6-4b9e-b298-d7b534b2c2f3", "i": 21, "UserUUIDCur": "468fe000-19c6-49a3-9a81-4fc665066c2e" }