POST api/AppChat/AppSaveChat
AppSaveChat
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatName | 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-06-07T21:07:45.1248772+03:00", "ChatDurationH": 1, "UserUUIDCur": "451b6400-e481-4f69-bfdc-9d95eab93882", "ChatUUID": "657ad3f3-8b9d-4e7f-9424-1eb34c01eefc", "UserUUIDList": "sample string 2", "ChatCommand": "sample string 3", "ChatRoomUUID": "84e48e2b-58b2-40d5-9791-e199e91da712" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApGetChatListName | 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": "36484866-23d1-452e-80e3-837b473527f6", "ChatUUID": "1a0662cf-fed8-4c0f-aaba-e1b65d80ae5c", "ChatRoomUUID": "0bea8485-3efc-420c-9e08-e62f05ffb19f", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "523cb19e-b42c-4a58-8a4c-5f15e03ceee1", "GiftLeftTime": "2025-06-07T21:07:45.1248772+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": "023a2710-6341-4eb3-aa15-8ebb64611f17", "ChatText": "sample string 19", "EntryTime": "2025-06-07T21:07:45.1248772+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "22d5ecb9-fa9a-4dbe-add7-0e86bc912e39", "i": 21, "UserUUIDCur": "551a6e39-04ce-48f7-a9c6-82367c3ddc1e" }