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": "5110f9b6-6b00-427d-b2fe-b5a483dc5612", "UserUUIDCur": "7773b102-a2fd-49ad-bf51-b47cd86b4a1b", "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": "8479be20-1f5a-41a6-af01-067a4cdc24c7", "ChatUUID": "4107f53e-23c1-4db2-9866-7c3124e252ce", "ChatRoomUUID": "3c9e6745-f10b-4373-bcad-2b3103da59d3", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "60f98282-5414-477d-aeed-edc27e8364b2", "GiftLeftTime": "2025-04-19T09:31:49.8621958+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": "b55ef114-6293-419b-ade8-afd70133f486", "ChatText": "sample string 19", "EntryTime": "2025-04-19T09:31:49.8621958+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "0baf6d0a-ac04-4daa-b218-718776f3a94a", "i": 21, "UserUUIDCur": "8bec9e68-5745-4c35-a762-b0898735d016" }