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-05-06T08:23:43.7013445+03:00",
"ChatDurationH": 1,
"UserUUIDCur": "8b2b49ff-cc06-454a-858f-024ea749d249",
"ChatUUID": "5a185b1b-f456-4d55-8a28-20dfe49054bf",
"UserUUIDList": "sample string 2",
"ChatCommand": "sample string 3",
"ChatRoomUUID": "b714d7c1-5b92-4f9a-8cd8-6e38592d4963"
}
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": "4fca2ad5-4e7c-4101-99a3-5e0102e34337",
"ChatUUID": "ab83dc4e-bf94-438d-80de-39285fa35c38",
"ChatRoomUUID": "cb6a4cc8-8882-40ae-bb5b-89b05eb95dfa",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "a64cefbc-1e3e-44e6-935d-c473a8bcaba2",
"GiftLeftTime": "2026-05-06T08:23:43.7013445+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": "52fb3fd2-8c2d-4991-b583-e95640910cbf",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T08:23:43.7013445+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "d0058ee6-7d88-4e75-a0ad-9199527d6414",
"i": 21,
"UserUUIDCur": "bc99e6a4-a392-4d48-b01f-fa8445e7ad8c"
}