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": "2d12cd1c-fccc-4dda-b3fd-9e10253e18f5",
"UserUUIDCur": "9d8dcfe0-05d0-4234-b661-6f2e81f813e9",
"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": "64b3587a-20e2-4594-be3f-247b2c8a8045",
"ChatUUID": "c747c322-677c-4c29-b8ec-3af65758e295",
"ChatRoomUUID": "e23da87f-6c49-483d-9be3-b3423660007d",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "6c1a0823-ea6b-4e9b-a8ec-f5e2c5a56a8f",
"GiftLeftTime": "2026-02-04T05:17:03.8914837+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": "822103f9-b1e4-4c46-b5ab-59f137fce97c",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:17:03.8914837+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "ac8189b5-896c-4e36-aa02-54bbbd74366e",
"i": 21,
"UserUUIDCur": "bbcdf3d2-68ec-498d-b888-aecf9fdfa490"
}