GET api/Report/GetMISReportByDate?FromDate={FromDate}&ToDate={ToDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | string |
Required |
|
| ToDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_MISReport_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryDate | date |
None. |
|
| LinkVisit | integer |
None. |
|
| GroupPNR | integer |
None. |
|
| Armsnulldata | integer |
None. |
|
| FSCMove | integer |
None. |
|
| MMB | integer |
None. |
|
| Move | integer |
None. |
|
| Refund | integer |
None. |
|
| QlfDrop | integer |
None. |
|
| MoveDrop | integer |
None. |
|
| RefundDrop | integer |
None. |
|
| LandingPageDrop | integer |
None. |
|
| NoActionTaken | integer |
None. |
|
| TotalSMSSent | integer |
None. |
|
| EligiblePNRs | integer |
None. |
|
| NonEligiblePNRs | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EntryDate": "2025-12-07T01:47:25.6494946+05:30",
"LinkVisit": 1,
"GroupPNR": 1,
"Armsnulldata": 1,
"FSCMove": 1,
"MMB": 1,
"Move": 1,
"Refund": 1,
"QlfDrop": 1,
"MoveDrop": 1,
"RefundDrop": 1,
"LandingPageDrop": 1,
"NoActionTaken": 1,
"TotalSMSSent": 1,
"EligiblePNRs": 1,
"NonEligiblePNRs": 1
},
{
"EntryDate": "2025-12-07T01:47:25.6494946+05:30",
"LinkVisit": 1,
"GroupPNR": 1,
"Armsnulldata": 1,
"FSCMove": 1,
"MMB": 1,
"Move": 1,
"Refund": 1,
"QlfDrop": 1,
"MoveDrop": 1,
"RefundDrop": 1,
"LandingPageDrop": 1,
"NoActionTaken": 1,
"TotalSMSSent": 1,
"EligiblePNRs": 1,
"NonEligiblePNRs": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_MISReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlightDisruptionDAL.DBContext">
<SP_MISReport_Result>
<Armsnulldata>1</Armsnulldata>
<EligiblePNRs>1</EligiblePNRs>
<EntryDate>2025-12-07T01:47:25.6494946+05:30</EntryDate>
<FSCMove>1</FSCMove>
<GroupPNR>1</GroupPNR>
<LandingPageDrop>1</LandingPageDrop>
<LinkVisit>1</LinkVisit>
<MMB>1</MMB>
<Move>1</Move>
<MoveDrop>1</MoveDrop>
<NoActionTaken>1</NoActionTaken>
<NonEligiblePNRs>1</NonEligiblePNRs>
<QlfDrop>1</QlfDrop>
<Refund>1</Refund>
<RefundDrop>1</RefundDrop>
<TotalSMSSent>1</TotalSMSSent>
</SP_MISReport_Result>
<SP_MISReport_Result>
<Armsnulldata>1</Armsnulldata>
<EligiblePNRs>1</EligiblePNRs>
<EntryDate>2025-12-07T01:47:25.6494946+05:30</EntryDate>
<FSCMove>1</FSCMove>
<GroupPNR>1</GroupPNR>
<LandingPageDrop>1</LandingPageDrop>
<LinkVisit>1</LinkVisit>
<MMB>1</MMB>
<Move>1</Move>
<MoveDrop>1</MoveDrop>
<NoActionTaken>1</NoActionTaken>
<NonEligiblePNRs>1</NonEligiblePNRs>
<QlfDrop>1</QlfDrop>
<Refund>1</Refund>
<RefundDrop>1</RefundDrop>
<TotalSMSSent>1</TotalSMSSent>
</SP_MISReport_Result>
</ArrayOfSP_MISReport_Result>