POST api/AppChat/AppSaveChatSeen

AppSaveChatSeen

Request Information

URI Parameters

None.

Body Parameters

App_SaveChatSeen
NameDescriptionTypeAdditional information
ChatUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ChatUUID": "3ad7c690-8805-4d35-b83d-346c3ede3203",
  "UserUUIDCur": "e42a9a5e-9f98-4c2e-8709-e50dbe7ae163"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ChatSeen_response
NameDescriptionTypeAdditional information
LeftMenu

boolean

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "LeftMenu": true,
  "UserUUIDCur": "e77d4fd7-1bd6-4348-a6e6-a9a61824e8d1"
}