POST CIIChat/GetMessageCentreMIS_Report
Request Information
URI Parameters
None.
Body Parameters
GetMISDate| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.