Search code examples
sabre

PassengerDetailsRQ return EndTransactionLLSRQ: ITINERARY REQUIRED TO COMPLETE TRANSACTION


I am receiving this error when trying to retrive an empty PNR / shell PNR where only passenger details are provided.

EndTransactionLLSRQ: ITINERARY REQUIRED TO COMPLETE TRANSACTION

I have read the documentation.


Solution

  • Creating a 'shell' PNR is not allowed unless there are active segments in the record. You can get around this by creating an OTH or Miscellaneous segment that contains text only and sends no message to any carriers. That API is called "MiscSegmentSellLLSRQ" and the documentation can be found at this link.