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-03-21T23:34:44.5727675+02:00",
"ChatDurationH": 1,
"UserUUIDCur": "2b33891a-badd-4a7b-8301-ed60968eaabd",
"ChatUUID": "0aab39ed-ee1e-4939-adfc-a82f95a047a0",
"UserUUIDList": "sample string 2",
"ChatCommand": "sample string 3",
"ChatRoomUUID": "1c772e41-f125-4dcf-a545-e381b31e3487"
}
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": "728d24a6-b1fd-4df2-a6c7-a073699bb9fa",
"ChatUUID": "68d97358-74db-43e5-85a9-4296b007abde",
"ChatRoomUUID": "8cc34c43-cd91-425d-a718-d49795722921",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "d62a534a-184b-41d1-b038-1ff0a135e0a4",
"GiftLeftTime": "2026-03-21T23:34:44.5727675+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": "200cf4e8-c94b-44ee-99bd-0d6437eada87",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T23:34:44.5727675+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "33ba26bf-4227-4cc8-b4dc-9466ab10a4f1",
"i": 21,
"UserUUIDCur": "2ed693f7-5401-48c5-b61c-98bc68e3b134"
}