Skip Navigation

Add Itinerary Remark

2.1.1
Air
Reservation
SOAP API
Travel Agency
Airline Carrier

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

The Add Itinerary Remark (AddRemarkLLSRQ) service is used to enter information into the remarks section of a Passenger Name Record (PNR).
 

Target Audience
Travel Agency
Airline Carrier
API Version
2.1.1
Authentication
Session Token
Service Action Code
AddRemarkLLSRQ

For additional information please refer to the Format Finder Help System reference: pnrfo106.

Please note that the system limits the remarks field to 999 lines, with up to 70 characters per line after the 5. The maximum number of characters in the entire remark field is 32,767. The system displays an error response when you exceed the maximum number of characters per line, or the total maximum of 999 lines. Also, it is not possible to use "non-Sabre characters" in remarks, such as exclamation marks (!), percentage signs (%), dollar signs ($) or the ampersand (&).

Sample Request
<AddRemarkRQ Version="2.1.1">
    <RemarkInfo>
        <FOP_Remark>
            <CC_Info Suppress="true">
                <PaymentCard AirlineCode="YY" CardSecurityCode="1234" Code="VI" ExpireDate="2012-12" Number="4123412341234123"/>
            </CC_Info>
        </FOP_Remark>
    </RemarkInfo>
</AddRemarkRQ>
Sample Response
<AddRemarkRS Version="2.1.1">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2013-04-16T10:45:00-06:00"/>
    </stl:ApplicationResults>
</AddRemarkRS>