POST api/chat/v2/chats

Request Information

URI Parameters

None.

Body Parameters

ChatFilter
NameDescriptionTypeAdditional information
page

integer

None.

load

integer

None.

recipient

integer

None.

chat_type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "page": 1,
  "load": 2,
  "recipient": 3,
  "chat_type": 4
}

application/xml, text/xml

Sample:
<ChatFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Controllers">
  <chat_type>4</chat_type>
  <load>2</load>
  <page>1</page>
  <recipient>3</recipient>
</ChatFilter>

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.