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-09-23T00:32:01.7784784+03:00", "ChatDurationH": 1, "UserUUIDCur": "c27a5396-916c-4868-a985-bb38ba137844", "ChatUUID": "b80f7995-a424-47e1-a913-b93843d72f95", "UserUUIDList": "sample string 2", "ChatCommand": "sample string 3", "ChatRoomUUID": "248baf37-f6ce-4a15-b023-0fd62e38a2cf" }
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": "7a5b75ea-607e-489a-85bb-084815e288be", "ChatUUID": "e6634867-c86f-4fad-9397-d3ccfc0fdd4b", "ChatRoomUUID": "61c8880d-952c-40ad-b095-0d5a520148bc", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "ff5df09e-dd78-4d3d-ab20-7696bf0bbb04", "GiftLeftTime": "2025-09-23T00:32:01.7784784+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": "29181c3d-5900-42ed-90e9-fbfb54954dec", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:32:01.7784784+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "90a302a0-e215-4934-a737-e4b5b663323b", "i": 21, "UserUUIDCur": "231e2849-0885-43ce-b44d-62005ef3602e" }