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-04-19T10:07:53.3093284+03:00", "ChatDurationH": 1, "UserUUIDCur": "6aebc9b8-c1e4-423b-b39f-f6bb5011e7cf", "ChatUUID": "e7c4c015-67f9-4800-a401-91b4a6eef8ec", "UserUUIDList": "sample string 2", "ChatCommand": "sample string 3", "ChatRoomUUID": "e90cdbb7-8b97-406e-bb3c-a18dafb5003c" }
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": "c3d261aa-ee95-4ba9-9700-e2961a7304f2", "ChatUUID": "33ee87e5-a530-4fbb-8b66-7de7f733019b", "ChatRoomUUID": "1f3450a9-af49-4996-add8-3c60ec3c86d6", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "3e91fc10-ac72-4c80-af8f-7cde5ceaa1a1", "GiftLeftTime": "2025-04-19T10:07:53.3249488+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": "ad387db1-bb1a-4fad-bee2-742e052bfb7f", "ChatText": "sample string 19", "EntryTime": "2025-04-19T10:07:53.3249488+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "e6f2d536-3fcd-4dbf-8184-ca04f0d595eb", "i": 21, "UserUUIDCur": "0f6b6c55-62f7-463a-b81b-fb0f8a31abf1" }