Create simple booking
Workflow description
The workflow to create a simple booking always starts with an IATA_AirShoppingRQ to search for flights.
After the desired flight Offers are selected, they are send in an IATA_OfferPriceRQ along with the passenger data to request a final price.
The final Offer returned in the IATA_OfferPriceRS can then be used to create the Order.
Therefore an IATA_OrderCreateRQ including the OfferID, passenger-, contact-data and payment details will be send to NDC.one.
The Client will then receive an IATA_OrderViewRS, which contains the complete Order, in case the creation was successful, or an error message otherwise.