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": "f17acf14-2ce3-4dfa-b8cd-fa584875a9ad",
  "UserUUIDCur": "8b6b20de-d044-42fa-9cf7-d0b2133637ae"
}

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": "3287da6e-158f-44bc-b933-4141e95c4265"
}