POST CIIChat/GetMessageCentreMIS_Report

Request Information

URI Parameters

None.

Body Parameters

GetMISDate
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "FromDate": "2026-03-05T15:03:09.3661038+05:30",
  "ToDate": "2026-03-05T15:03:09.3661038+05:30"
}

application/xml, text/xml

Sample:
<GetMISDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity">
  <FromDate>2026-03-05T15:03:09.3661038+05:30</FromDate>
  <ToDate>2026-03-05T15:03:09.3661038+05:30</ToDate>
</GetMISDate>

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 'GetMISDate'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.