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-07-27T11:16:55.9913612+03:00", "ChatDurationH": 1, "UserUUIDCur": "8ed8021b-7910-42a9-9aee-315df6a3b435", "ChatUUID": "c4df1bee-6eb2-479d-a3fe-fde9e76d6c73", "UserUUIDList": "sample string 2", "ChatCommand": "sample string 3", "ChatRoomUUID": "4bcc737a-d892-47eb-9415-f0276dc9416c" }
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": "bd8b5c40-15cd-406e-84d0-de22176dc741", "ChatUUID": "c92d2889-0645-4fb8-9655-7f65d751d3b0", "ChatRoomUUID": "1dbf4b20-4f08-40d3-aad8-c604dee08957", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "e604189b-db75-433b-828e-362ad8cb2f7e", "GiftLeftTime": "2025-07-27T11:16:55.9913612+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": "7dd624ba-4b81-4631-b203-99ea64c52567", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:16:55.9913612+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "af44252e-cc36-411f-b0e4-5ffa900f25ac", "i": 21, "UserUUIDCur": "e94011c4-58f7-47c3-9fcd-e0494fd7eef5" }