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-09-19T13:08:27.2166829+03:00",
"ChatDurationH": 1,
"UserUUIDCur": "18206ddc-3cbe-4cd5-a48d-bca8a684ea20",
"ChatUUID": "93b6fd6c-54f3-4b65-8ffa-5d60ba201da7",
"UserUUIDList": "sample string 2",
"ChatCommand": "sample string 3",
"ChatRoomUUID": "36ffa3fb-7555-43fa-98c3-401d5778bdac"
}
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": "49a70fee-7a57-4b36-955a-642dfa1b23a1",
"ChatUUID": "50984fb7-4998-4b8a-8ade-426fb045d44e",
"ChatRoomUUID": "f1d7d05f-a6de-4321-a389-4f89b332cec6",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "c5fc9e05-2d1f-49d0-bdec-339c65f90041",
"GiftLeftTime": "2026-09-19T13:08:27.232308+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": "8f71af5c-e1c7-4095-8a00-c7299912e93d",
"ChatText": "sample string 19",
"EntryTime": "2026-09-19T13:08:27.232308+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "75000b0c-e8d9-4860-9d90-7a3f41cd034f",
"i": 21,
"UserUUIDCur": "ff499814-8785-4acc-8949-47da662acefe"
}