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": "704751f8-b8a7-414e-9df0-9416a72e9972",
  "UserUUIDCur": "1498c0e2-c431-440c-b5a8-d4dd01fb4358"
}

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": "aa57a239-f3d5-4513-9e1a-06be8fbe9ee5"
}