POST api/AppChat/AppSaveChatCommand
AppSaveChatCommand
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatCommand| Name | 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": "7bde2dd3-6805-4a6b-89ce-e1435d2dc885",
"UserUUIDCur": "5e0ce210-33e8-4753-845d-a0c7aaa620e6",
"ChatCommand": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApGetChatList| Name | 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": "689e7b49-2b6a-4533-a201-3a6ac678cfb4",
"ChatUUID": "e97efbbd-fb80-4a74-89dc-f2efdd037bce",
"ChatRoomUUID": "9767cde3-020c-4e15-897a-5d72d68def1a",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "a0d4707c-a40a-40e7-b156-166d4fc6ef9d",
"GiftLeftTime": "2025-11-17T10:11:57.4377895+02: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": "7c047845-6f5e-4418-8779-2ba40e7699f4",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:11:57.4377895+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "b5f9ae27-033d-4ab9-99bd-00cdbc1ba814",
"i": 21,
"UserUUIDCur": "91c062ea-8691-458a-ae36-730655e05a75"
}