POST api/AppChat/AppSaveChatSeen
AppSaveChatSeen
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatSeen| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "873d08bb-358b-4fbc-ac78-0bfb21c5de1a",
"UserUUIDCur": "f8aed443-4be6-4d97-b9b0-a7514cb924d3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ChatSeen_response| Name | Description | Type | Additional information |
|---|---|---|---|
| LeftMenu | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"LeftMenu": true,
"UserUUIDCur": "0688f462-2611-46eb-b892-171ff606cd26"
}