Warning, /pim/kitinerary/autotests/postprocessordata/bcbp-expansion.post.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "FlightReservation",
0005         "airplaneSeat": "1A",
0006         "passengerSequenceNumber": "25",
0007         "reservationFor": {
0008             "@type": "Flight",
0009             "airline": {
0010                 "@type": "Airline",
0011                 "iataCode": "AC"
0012             },
0013             "arrivalAirport": {
0014                 "@type": "Airport",
0015                 "address": {
0016                     "@type": "PostalAddress",
0017                     "addressCountry": "DE"
0018                 },
0019                 "geo": {
0020                     "@type": "GeoCoordinates",
0021                     "latitude": 50.051300048828125,
0022                     "longitude": 8.571749687194824
0023                 },
0024                 "iataCode": "FRA"
0025             },
0026             "boardingTime": {
0027                 "@type": "QDateTime",
0028                 "@value": "2027-03-05T06:30:00-05:00",
0029                 "timezone": "America/Toronto"
0030             },
0031             "departureAirport": {
0032                 "@type": "Airport",
0033                 "address": {
0034                     "@type": "PostalAddress",
0035                     "addressCountry": "CA"
0036                 },
0037                 "geo": {
0038                     "@type": "GeoCoordinates",
0039                     "latitude": 45.457401275634766,
0040                     "longitude": -73.74949645996094
0041                 },
0042                 "iataCode": "YUL"
0043             },
0044             "departureDay": "2027-03-05",
0045             "flightNumber": "834"
0046         },
0047         "reservationNumber": "ABC123",
0048         "reservationStatus": "http://schema.org/ReservationConfirmed",
0049         "reservedTicket": {
0050             "@type": "Ticket",
0051             "ticketToken": "aztecCode:M1DESMARAIS/LUC       EABC123 YULFRAAC 0834 326J001A0025 100"
0052         },
0053         "underName": {
0054            "@type": "Person",
0055            "name": "LUC DESMARAIS",
0056            "familyName": "DESMARAIS",
0057            "givenName": "LUC"
0058         }
0059     }
0060 ]