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": "11eaad7e-b05e-4b72-bb70-1d1a75ff98cc",
"UserUUIDCur": "db8c2a8d-16d1-45fa-b081-15111424a640",
"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": "d5e3ba5e-5e6f-48c6-a553-44d5f92f78b4",
"ChatUUID": "8f63ff37-527d-4c72-aded-1d486a5e8c12",
"ChatRoomUUID": "e82922a9-8e32-4869-93e5-3ce5b09b9e5e",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "12516e8b-4232-4687-a0c9-1b8e8ea357c8",
"GiftLeftTime": "2026-08-05T03:53:31.9136363+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": "03ad4d65-88cd-421e-a8ee-003dc3e819b3",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T03:53:31.9136363+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "be2bed86-70d6-454c-a352-b85ba618e459",
"i": 21,
"UserUUIDCur": "0a176f42-3828-4fb2-9f5f-f2372561b70c"
}