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": "c61e64fe-61a9-4ffd-a796-e4756c27a474",
"UserUUIDCur": "94f3e0d5-d932-458a-8637-97e0cbb69cea",
"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": "ce184d59-79c7-4999-937c-bf8707cdc98e",
"ChatUUID": "916b8d6f-0648-461b-ba35-25eef4fb1c30",
"ChatRoomUUID": "8a1389ed-2600-4c71-b894-91a21981694a",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "62c8561f-aa97-4ef9-9710-bfd7c16e3c75",
"GiftLeftTime": "2026-05-06T15:41:38.5006427+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": "8a38920d-73c6-4e37-ba14-616e610932ca",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T15:41:38.5006427+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "5e98a5d6-d05e-4835-9904-5c6ab8071384",
"i": 21,
"UserUUIDCur": "acfd594f-8005-4140-84a0-15999395368d"
}