Warning, /pim/kitinerary/autotests/mergedata/iata-bcbp.lhs.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "FlightReservation",
0005         "modifiedTime": "2020-01-05T00:00:00Z",
0006         "reservationFor": {
0007             "@type": "Flight",
0008             "airline": {
0009                 "@type": "Airline",
0010                 "iataCode": "SN"
0011             },
0012             "arrivalAirport": {
0013                 "@type": "Airport",
0014                 "iataCode": "TXL"
0015             },
0016             "arrivalTime": {
0017                 "@type": "QDateTime",
0018                 "@value": "2020-02-02T22:00:00+01:00",
0019                 "timezone": "Europe/Berlin"
0020             },
0021             "departureAirport": {
0022                 "@type": "Airport",
0023                 "iataCode": "BRU"
0024             },
0025             "departureDay": "2020-02-02",
0026             "departureTime": {
0027                 "@type": "QDateTime",
0028                 "@value": "2020-02-02T20:40:00+01:00",
0029                 "timezone": "Europe/Brussels"
0030             },
0031             "flightNumber": "2591"
0032         },
0033         "reservationNumber": "XXX007",
0034         "reservedTicket": {
0035             "@type": "Ticket",
0036             "ticketToken": "aztecCode:M1KRAUSE/VOLKER       EXXX007 BRUTXLSN 2591 033Y"
0037         },
0038         "underName": {
0039             "@type": "Person",
0040             "familyName": "KRAUSE",
0041             "givenName": "VOLKER",
0042             "name": "VOLKER KRAUSE"
0043         }
0044     }
0045 ]