POST api/AppChat/AppSaveChatDelivered
AppSaveChatDelivered
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatDelivered| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "acff28c6-6986-4f40-bfbb-77a1bafc9f17",
"UserUUIDCur": "d140cb4f-bdf1-43b2-9530-2e0843b514d4"
}
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": "453ba73c-7f3d-4454-99cc-97673c496ae1",
"ChatUUID": "164a48ef-127b-4848-b46e-18d4123a54d3",
"ChatRoomUUID": "58ba3d93-edc2-46f4-a7be-45fd92b15eb6",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "00ded617-2c88-4a2f-a966-7ffe177c8487",
"GiftLeftTime": "2026-08-05T03:59:43.4635701+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": "4aad38d0-599b-4dcc-8e30-74b4d70d0a8a",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T03:59:43.4635701+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "9970c6ad-1b78-4f39-8c33-31502a7b5127",
"i": 21,
"UserUUIDCur": "3ac83bb3-a076-44d3-84b7-d291ebc33efc"
}