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": "05bc3b1d-ee22-4f80-ac49-2f5b7aec55b7",
  "UserUUIDCur": "924a3887-b49d-4b17-86e5-c9f54f3ec2f0"
}

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": "cd1a9e5c-cade-4317-af7c-6f8d0e942ff7"
}