Skip Navigation

Sell Miscellaneous Segments

2.0.0
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 Sell Miscellaneous Segment (MiscSegmentSellLLSRQ) API is used to sell OTH, MCO, PTA, or INS miscellaneous segment types.

Target Audience
Travel Agency
Airline Carrier
API Version
2.0.0
Authentication
Session Token
Service Action Code
MiscSegmentSellLLSRQ

Segment types include the following:

  • MCO – Miscellaneous Charge Order
  • OTH – Other Product Segment
  • PTA – Prepaid Ticket Advice
  • INS – Insurance Segment

Using this API, you can:

  • Create miscellaneous segment with a carrier code.
  • Create miscellaneous segment with a vendor code.
  • Create a miscellaneous segment using free text instead of three alpha character city/airport code.
  • Create a miscellaneous hotel segment for a location without a city code.

Please note that .../Text can contain up to a maximum of 215 letters, numbers, commas and spaces.

When updating an existing record with a miscellaneous segment please note that GetReservationRQ must be executed prior to calling MiscSegmentSellLLSRQ.

Sample Request
<MiscSegmentSellRQ Version="2.0.0">
    <MiscSegment DepartureDateTime="12-21" NumberInParty="1" Status="GK" Type="INS">
        <OriginLocation LocationCode="DFW"/>
        <Text>TEST</Text>
        <VendorPrefs>
            <Airline Code="XX"/>
        </VendorPrefs>
    </MiscSegment>
</MiscSegmentSellRQ>
Sample Response
<MiscSegmentSellRS Version="2.0.0">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2012-04-25T11:39:37-05:00"/>
    </stl:ApplicationResults>
    <Text>SEG 2 GK</Text>
</MiscSegmentSellRS>