Hello, we are using FlightXML3. The following is a protypical query for a problem that we are having. Although the flight is in the schedule with the same departure epoch, it is not found. Is there something I am doing wrong?
Kind regards,
Robin
Request
{
“ident”: “ANZ80@1527588600”
}
Response
{
“error”: “flight not found”
}
— schedule
request
{
“start_date”: “1527552000”,
“end_date”: “1527638400”,
“origin”: “HKG”,
“destination”: “AKL”,
“airline”: “ANZ”,
“howMany”: 150,
“offset”: 0
}
response
{
“AirlineFlightSchedulesResult”: {
“next_offset”: -1,
“flights”: [
{
“ident”: “ANZ80”,
“actual_ident”: “”,
“departuretime”: 1527588600,
“arrivaltime”: 1527627300,
“origin”: “VHHH”,
“destination”: “NZAA”,
“aircrafttype”: “B772”,
“meal_service”: “Business: Dinner, Breakfast / Economy: Dinner, Breakfast”,
“seats_cabin_first”: 0,
“seats_cabin_business”: 26,
“seats_cabin_coach”: 278
},
{
“ident”: “THA4863”,
“actual_ident”: “ANZ80”,
“departuretime”: 1527588600,
“arrivaltime”: 1527627300,
“origin”: “VHHH”,
“destination”: “NZAA”,
“aircrafttype”: “B772”,
“meal_service”: “”,
“seats_cabin_first”: 0,
“seats_cabin_business”: 26,
“seats_cabin_coach”: 278
},
{
“ident”: “ANZ4994”,
“fa_ident”: “CPA113-1527398756-airline-0358:1”,
“actual_ident”: “CPA113”,
“departuretime”: 1527599100,
“arrivaltime”: 1527638100,
“origin”: “VHHH”,
“destination”: “NZAA”,
“aircrafttype”: “A359”,
“meal_service”: “Business: Breakfast, Dinner / Economy: Breakfast, Dinner”,
“seats_cabin_first”: 0,
“seats_cabin_business”: 38,
“seats_cabin_coach”: 242
},
{
“ident”: “THY8722”,
“actual_ident”: “ANZ80”,
“departuretime”: 1527588600,
“arrivaltime”: 1527627300,
“origin”: “VHHH”,
“destination”: “NZAA”,
“aircrafttype”: “B772”,
“meal_service”: “Business: Dinner, Breakfast / Economy: Dinner, Breakfast”,
“seats_cabin_first”: 0,
“seats_cabin_business”: 26,
“seats_cabin_coach”: 278
},
{
“ident”: “CPA7401”,
“actual_ident”: “ANZ80”,
“departuretime”: 1527588600,
“arrivaltime”: 1527627300,
“origin”: “VHHH”,
“destination”: “NZAA”,
“aircrafttype”: “B772”,
“meal_service”: “Business: Breakfast, Dinner / Economy: Breakfast, Dinner”,
“seats_cabin_first”: 0,
“seats_cabin_business”: 26,
“seats_cabin_coach”: 278
},
{
“ident”: “DLH7158”,
“actual_ident”: “ANZ80”,
“departuretime”: 1527588600,
“arrivaltime”: 1527627300,
“origin”: “VHHH”,
“destination”: “NZAA”,
“aircrafttype”: “B772”,
“meal_service”: “Business: Dinner, Breakfast / Economy: Dinner, Breakfast”,
“seats_cabin_first”: 0,
“seats_cabin_business”: 26,
“seats_cabin_coach”: 278
}
]
}
}