POST api/Account/ChatReport

Request Information

URI Parameters

None.

Body Parameters

ChatViewEntity
NameDescriptionTypeAdditional information
Flag

integer

None.

TicketNo

string

None.

Type

string

None.

TrackId

string

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Flag": 1,
  "TicketNo": "sample string 2",
  "Type": "sample string 3",
  "TrackId": "sample string 4",
  "Message": "sample string 5"
}

application/xml, text/xml

Sample:
<CommonEntity.ChatViewEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Salon.ENTITY">
  <Flag>1</Flag>
  <Message>sample string 5</Message>
  <TicketNo>sample string 2</TicketNo>
  <TrackId>sample string 4</TrackId>
  <Type>sample string 3</Type>
</CommonEntity.ChatViewEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ChatViewEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.