POST api/v1/Chats/GetLatestChats

Request Information

URI Parameters

None.

Body Parameters

ChatParam
NameDescriptionTypeAdditional information
SenderId

integer

None.

ReceiverId

integer

None.

Sender

string

None.

Receiver

string

None.

Limit

integer

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SenderId": 1,
  "ReceiverId": 2,
  "Sender": "sample string 3",
  "Receiver": "sample string 4",
  "Limit": 5,
  "_SysNumber": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.