POST api/AppChat/AppSaveChat
AppSaveChat
Request Information
URI Parameters
None.
Body Parameters
App_SaveChat| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatText | string |
None. |
|
| ChatTiming | date |
None. |
|
| ChatDurationH | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| ChatUUID | globally unique identifier |
None. |
|
| UserUUIDList | string |
None. |
|
| ChatCommand | string |
None. |
|
| ChatRoomUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatText": "sample string 1",
"ChatTiming": "2026-02-04T05:19:56.1945954+02:00",
"ChatDurationH": 1,
"UserUUIDCur": "44ce27fe-17d4-4fb7-88b8-3075dd56197a",
"ChatUUID": "ab5ab386-ebbf-4165-816b-649bef602c36",
"UserUUIDList": "sample string 2",
"ChatCommand": "sample string 3",
"ChatRoomUUID": "b3aa8937-e07e-44d5-9183-8f0dac479be4"
}
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": "e6a04df0-4939-4650-b58b-49b2dc8b5e68",
"ChatUUID": "8604c130-c131-480d-85d7-c1af8077bf1b",
"ChatRoomUUID": "bb80b20b-77d8-41df-8497-cad74da6c7b4",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "f36bf721-c4c6-4b5a-be7f-0f3934d253c8",
"GiftLeftTime": "2026-02-04T05:19:56.1945954+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": "506c4977-edc4-4f61-8309-785611425fea",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:19:56.1945954+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "5f3ca493-81d2-4294-b70a-879f0bc8d588",
"i": 21,
"UserUUIDCur": "47edfd5a-ec85-441a-8964-a2475817917d"
}