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": "2025-11-17T10:13:48.4494424+02:00",
"ChatDurationH": 1,
"UserUUIDCur": "b9300209-4429-4ddf-a1d9-50b71c411dd7",
"ChatUUID": "40cef08f-ca83-40d7-b736-54deaa2a4b48",
"UserUUIDList": "sample string 2",
"ChatCommand": "sample string 3",
"ChatRoomUUID": "6962cb54-dfb8-4713-a483-71171f33a9a1"
}
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": "a4a5ae3b-016e-488f-817e-519b3024462e",
"ChatUUID": "f29f9745-a6a3-42d9-a813-53b4a2641040",
"ChatRoomUUID": "fa3e4e47-45bc-4830-835f-2d31b518e9cb",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "0ef62d0a-1b76-4902-ab8a-6a651b68f1c0",
"GiftLeftTime": "2025-11-17T10:13:48.4651193+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": "2b3831e5-2ffe-4b60-ae54-cc7e2c57a2bf",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:13:48.4651193+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "01b63f84-0e1d-46f1-9fa7-5e9144a79cc2",
"i": 21,
"UserUUIDCur": "a3441e83-8bf7-44c1-86b0-a70055bfde01"
}