GET api/Report/GetPNRsDetailForMIS?OperationType={OperationType}&EntryDate={EntryDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OperationType | string |
Required |
|
| EntryDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_GetPNRdetailsForMISReport_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| PNR | string |
None. |
|
| OperationType | string |
None. |
|
| EntryDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PNR": "sample string 1",
"OperationType": "sample string 2",
"EntryDate": "2025-12-06T16:11:21.1441229+05:30"
},
{
"PNR": "sample string 1",
"OperationType": "sample string 2",
"EntryDate": "2025-12-06T16:11:21.1441229+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_GetPNRdetailsForMISReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlightDisruptionDAL.DBContext">
<SP_GetPNRdetailsForMISReport_Result>
<EntryDate>2025-12-06T16:11:21.1441229+05:30</EntryDate>
<OperationType>sample string 2</OperationType>
<PNR>sample string 1</PNR>
</SP_GetPNRdetailsForMISReport_Result>
<SP_GetPNRdetailsForMISReport_Result>
<EntryDate>2025-12-06T16:11:21.1441229+05:30</EntryDate>
<OperationType>sample string 2</OperationType>
<PNR>sample string 1</PNR>
</SP_GetPNRdetailsForMISReport_Result>
</ArrayOfSP_GetPNRdetailsForMISReport_Result>