Travelport / travelport-uapi-tutorial-c-sharp

The travelport-uapi-tutorial-c-sharp is a C# project for Universal API that will help you connect and code a standard Air availablity call and Hotel search, details, and booking flow.
34 stars 30 forks source link

000280 FLIGHT NOT FOUND - CHECK AVAILABILITY #188

Open rehman22 opened 4 years ago

rehman22 commented 4 years ago

`<?xml version="1.0" encoding="ISO-8859-1"?>

` kindly check request its error 000280 FLIGHT NOT FOUND - CHECK AVAILABILITY
vivekjyotipramanik commented 4 years ago

Hi rehman22,

This is a valid error when the flight is unavailable. Sometimes it is quite possible that a particular flight is unavailable and no valid fare is available for that flight. In that scenario, it will show this message. Thanks.