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": "99329e7c-106d-4a84-b6d7-ec71bb13196b",
  "UserUUIDCur": "ebd1c978-2f79-4161-aa75-6e212d57e07c"
}

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": "d3a932a0-db9f-4bcf-9d26-a4661963a634"
}