FAQs

  • How do i load agency information in PNR? Agency and travel agent can be loaded in PNR using Party element for all the services.

    Sample:

    <edis:Party> <edis:Sender> <edis:AgentUserSender> <edis:OtherIDs> <edis:OtherID Description = "Booking Channel ID">CHANNEL CODE given by IBS</edis:OtherID> </edis:OtherIDs> <edis:AgentUserID Owner = "Agency code">Agent id</edis:AgentUserID> </edis:AgentUserSender> </edis:Sender> <edis:Recipient> <edis:ORA_Recipient> <edis:AirlineID>AIRLINE CODE</edis:AirlineID> <edis:Name>AIRLINE NAME</edis:Name> </edis:ORA_Recipient> </edis:Recipient> </edis:Party>

More information at : AirShoppingRQ

  • How i get api accesskey?

API_ACCESS_KEY will be provided by IBS(iFlyRes) / Airline to the API consumers for both staging/production services.

More Information at : iFlyRes NDC API Authentication Mechanism

  • How i get sender information?

Sender information will be provided by IBS(iFlyRes) / Airline to the API consumers for both staging/production services.

  • How do i send itinerary as email ? Email can be send when label SendItineraryAsEmail is set true by giving email address in EmailAddressValue inside ContactList

    Sample:

     

  • How do I send itinerary as SMS? SMS can be send when label SendItineraryAsSMS is set true by giving PhoneNumber in PhoneNumber inside ContactList.

    Sample:

     

  • Where do i find travel doc information? Travel doc information can be found inside Datalitsts#PassengerList#IdentityDocument.

    Sample:

  • What does BookingReference stand for ? BookingReference element hold Order created channel , Tour Operator ID and RLOC information.

    Sample:

     

  • How do I retrieve PNR with only RLOC and no PNR number? This can be done using OrderRetrieve request with Bookingrefererence element.

    Sample:

     

  • How can I get list of PNRs with a specific criteria ? This can be achieved by using OrderList service. More information at : OrderList

  • How to create order with local name ? Configure channel in below parameter and trigger OrderCreate service with local name

    CHANNELS_FOR_MAPPING_SPECIAL_CHARS

  • Do we show non refundable fee in OrderReshop response? On cancel booking , OrderReshop shows correct price including fees for seats and SSRs.

  • Where do we see Operating carrier name ? Can be seen inside Disclousre list in OrderView and Shop air response.

  • How to identify connection segments in modification flow? Refer to OrderRetrieve response ,from where they can identify which segments form connection.

    Also if you see in orderreshop response , inside DataLists# FlightList , you can see connection segments together inside SegmentReferences.

     

  • How can we judge if the booking is ticketed in your system? If the order is already fully paid and ticketed. Then you can see ticket numbers inside OrdervIewRS# TicketDocInfos#TicketDocInfo# TicketDocument# TicketDocNbr 

     

Â