PUT api/Conversation/UpdateReadStatus

Request Information

URI Parameters

None.

Body Parameters

MarkConversationMessageReadStatusRequestVM
NameDescriptionTypeAdditional information
InboxId

string

Required

UserId

string

Required

ParentAccountId

string

Required

ChatEventId

string

Required

SubAccountId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "InboxId": "sample string 1",
  "UserId": "sample string 2",
  "ParentAccountId": "sample string 3",
  "ChatEventId": "sample string 4",
  "SubAccountId": "sample string 5"
}

application/xml, text/xml

Sample:
<MarkConversationMessageReadStatusRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.Conversation">
  <ChatEventId>sample string 4</ChatEventId>
  <InboxId>sample string 1</InboxId>
  <ParentAccountId>sample string 3</ParentAccountId>
  <SubAccountId>sample string 5</SubAccountId>
  <UserId>sample string 2</UserId>
</MarkConversationMessageReadStatusRequestVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.