Travelport / travelport-uapi-tutorial

The travelport-uapi-tutorial is a Java project for Universal API that will help you connect and code a standard workflow including Air and Hotel.
45 stars 34 forks source link

Miscellaneous questions regarding flight #462

Open fransgod opened 6 years ago

fransgod commented 6 years ago

Dear vivekjyotipramanik,

New year greetings to you.

I request you to please let me know which service is suitable for below functions:

  1. Re Scheduling Please advice service name for

    • Change Flight
    • Change Passenger details
    • Change Date
    • Any other change possible
  2. Auto Ticketing Please advise service name.

  3. Virtual Terminal We need to provide a terminal screen within the web browser where user can enter GDS cryptic commands and can see the result. Do you have any API for this?

  4. Cancellation Can we do cancellation using any web service?

Thanks and Regards,

Francis G.

vivekjyotipramanik commented 6 years ago

Hi fransgod,

Please find below the details regarding the questions. Please let us know how it goes. Thanks.

  1. Re Scheduling - It looks like you are looking for modification.

Modify filghts - > https://support.travelport.com/webhelp/uapi/uAPI.htm#Air/Automated_Exchanges/AutomatedExchanges.htm%3FTocPath%3DAir%7CAutomated%2520Exchanges%7C_____0

Other Changes - > https://support.travelport.com/webhelp/uapi/uAPI.htm#Booking/Modify/Modifying_Air_Bookings.htm?Highlight=UniversalRecordModify

  1. Auto Ticketing - > I could not understnd what you meant by Auto Ticketing. Could you please elaborate. For normal ticketing we can use the Service AirTicketingReq.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Air/Air_Ticketing/Air_Ticketing.htm%3FTocPath%3DAir%7CAir%2520Shopping%2520and%2520Booking%7CAir%2520Ticketing%2520(Document%2520Production)%7C_____0

  1. Virtual Terminal - > There is TerminalReq service which can be used to run terminal commands through UAPI. Please create a MyTravelport ticket for this as this needs to be provisioned specially and an API analyst will assist you regarding this once a MyTravelport ticket is opened.

  2. Cancellation - > To cancel only Air Segments from an itinerary, the AirCancelReq can be used.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Booking/Cancel/Canceling_Air_Segments_via_the_UR.htm%3FTocPath%3DAir%7CAir%2520Shopping%2520and%2520Booking%7CAir%2520Booking%7CCanceling%2520Air%2520Bookings%7C_____1

https://support.travelport.com/webhelp/uapi/uAPI.htm#Air/Air_Booking/Cancel_Air_Booking/Canceling_Air_Bookings_via_the_PNR.htm%3FTocPath%3DAir%7CAir%2520Shopping%2520and%2520Booking%7CAir%2520Booking%7CCanceling%2520Air%2520Bookings%7C_____2