.. _Workflows:
*********
Workflows
*********
.. toctree::
:maxdepth: 1
:caption: Contents:
:hidden:
workflows/Create-simple-booking.rst
workflows/Create-booking-with-ancillaries.rst
workflows/Add-flights-to-existing-booking.rst
workflows/Change-flights-on-an-existing-booking.rst
workflows/Add-ancillaries-to-existing-booking.rst
workflows/Change-one-ancillary-on-an-existing-booking.rst
workflows/Change-multiple-ancillaries-on-an-existing-booking.rst
workflows/Change-travelers-on-an-existing-booking.rst
workflows/Delete-items-from-an-existing-booking.rst
workflows/Cancel-booking-using-IATA_OrderCancelRQ.rst
workflows/Cancel-booking-using-IATA_OrderChangeRQ.rst
workflows/Create-booking-with-3DS.rst
workflows/Create-optional-booking.rst
workflows/Handling-ApiData-and-RedressNumber.rst
workflows/Handling-LoyaltyProgram
This Page features the standard workflows supported by the API.
Currently the API supports the following workflows:
.. raw:: html
Create Workflows
These workflows are used to create a booking using IATA_OrderCreateRQ.
- :ref:`Create-simple-booking`
- :ref:`Create-optional-booking`
- :ref:`Create-booking-with-ancillaries`
.. raw:: html
Update Workflows
These workflows are used to update an existing booking. Due to some inconsistencies within the IATA-schemas, there are some cases in which IATA_OrderReshopRQ and IATA_OrderChangeRQ are used in a similar matter.
Both requests have their advantages and disadvantages, that will be desribed in the workflows, in which they're used.
Please note, that this differentiation only affects the pricing step, the final change will always be executed using IATA_OrderChangeRQ.
- :ref:`Add-flights-to-existing-booking`
- :ref:`Change-flights-on-an-existing-booking`
- :ref:`Add-ancillaries-to-existing-booking`
- :ref:`Change-one-ancillary-on-an-existing-booking`
- :ref:`Change-multiple-ancillaries-on-an-existing-booking`
- :ref:`Change-travelers-on-an-existing-booking`
- :ref:`Delete-items-from-an-existing-booking`
.. raw:: html
Cancel Workflows
These workflows are used to cancel a booking.
- :ref:`Cancel-booking-using-IATA_OrderCancelRQ`
- :ref:`Cancel-booking-using-IATA_OrderChangeRQ`
.. raw:: html
Additional Workflows
These workflows represend special or extended cases of creating or changing a booking.
- :ref:`Create-booking-with-3DS`
- :ref:`Handling-ApiData-and-RedressNumber`
- :ref:`Handling-LoyaltyProgram`