Skip Navigation

Modify Itinerary Remark

2.1.2
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 Modify Itinerary Remark (ModifyRemarkLLSRQ) service is used to modify remark-related information within a Passenger Name Record (PNR).
 

Target Audience
Travel Agency
Airline Carrier
API Version
2.1.2
Authentication
Session Token
Service Action Code
ModifyRemarkLLSRQ

For additional information please refer to the Format Finder Help System reference: pnrfo106. Please note that TravelItineraryRQ must be executed prior to calling ModifyRemarkLLSRQ.

Sample Request
<ModifyRemarkRQ Version="2.1.2">
    <RemarkInfo>
        <FOP_Remark Number="1">
            <CC_Info Suppress="true">
                <PaymentCard AirlineCode="YY" CardSecurityCode="1234" Code="VI" ExpireDate="2016-11" Number="4123412341234123"/>
            </CC_Info>
        </FOP_Remark>
    </RemarkInfo>
</ModifyRemarkRQ>
Sample Response
<ModifyRemarkRS Version="2.1.2">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2015-12-01T02:43:23-06:00">
            <stl:SystemSpecificResults>
                <stl:HostCommand LNIATA="739183">51¤MODIFY THIS PLEASE§52¤DO IT</stl:HostCommand>
            </stl:SystemSpecificResults>
        </stl:Success>
    </stl:ApplicationResults>
</ModifyRemarkRS>