Pocket Itinerary Remarks
Important! Only Worldspan supports pocket itinerary remarks. |
A Pocket Itinerary Remark is an optional field that holds a free form string of text. Pocket Itinerary Remarks can be added to air reservations, air segments, and specific travelers.
PocketItineraryRemark accepts a maximum of 60 characters. If the submitted text is more than 60 characters, the remark is truncated when it is sent in the request. A warning is returned in the response: "Pocket Itinerary Remarks longer than 60 characters have been truncated."
Request
Include the PocketItineraryRemark element in AirCreateReservationReq to add a remark to:
- Air Segments
- Air Reservations
Include multiple PocketItineraryRemark elements in a request to add multiple remarks.
Use SegmentRef to link a pocket itinerary remark with an Air segment.
Use BookingTravelerRef to link a pocket itinerary remark with a specific traveler.
Adding, Updating, and Deleting Pocket Itinerary Remarks
Pocket Itinerary Remarks can be added, updated, and deleted using UniversalRecordModifyReq/UniversalModifyCmd and:
- AirAdd/PocketItineraryRemark
- AirUpdate/PocketItineraryRemark
- UniversalDelete with typeElement = "PocketItineraryRemark" and Key.
Response
The pocket itinerary remark is returned in the response:
- AirCreateReservationRsp/UniversalRecord/AirReservation/InvoiceRemark
- UniversalRecordRetrieveRsp/UniversalRecord/InvoiceRemark
Errors & Warnings
- If more than 60 characters are submitted in PocketItineraryRemark, the text is truncated and a warning is returned: "Pocket Itinerary Remarks longer than 60 characters have been truncated."
- If multiple BookingTravelerRef elements are included in a book-on-book request for an existing PNR, the system checks that the SurnameNumber of all travelers is the same.
- If the SurnameNumber is the same, the system checks that all BookingTravelerRef on the PNR for the SurnameNumber are included.
- If they are, a single PNRA.GRA.GR with PNRA.GRA.GR(13-14) as "00" is submitted.
- If they are not, a warning is sent in the response: "Provider PNR is clustered. Please select all travelers from same cluster." The remark is not submitted to the host.
- If the SurnameNumber is not the same, a warning is sent in the response: "Multiple BookingTravelerRef for PocketItineraryRemark allowed only with clustered names." The remark is not submitted to the host.
Exceptions
Galileo
Galileo does not support PocketItineraryRemark.
Apollo
Apollo does not support PocketItineraryRemark.