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": "6ca863f0-f5f3-4014-a530-1fd9a4ef5d81",
"UserUUIDCur": "af12bf1c-77fb-437d-a6d9-bad0cb892845"
}
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": "3e39f157-3eaa-4b9a-89fb-b428e150899b"
}