Skip Navigation

Get EMD Documents

2.1.0
Air
Reporting
SOAP API
Travel Agency

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 Get EMD Documents (EMD_DisplayLLSRQ) service is used to display electronic miscellaneous documents. For additional information please refer to the Format Finder Help System reference: misfo006.

Target Audience
Travel Agency
API Version
2.1.0
Authentication
Session Token
Service Action Code
EMD_DisplayLLSRQ

Please note that this service is only available to agency subscribers and requires a valid agency PCC to complete the service request.

Sample Request
<EMD_DisplayRQ Version="2.1.0">
    <EMD_Number>0012345678901</EMD_Number>
</EMD_DisplayRQ>
Sample Response
<EMD_DisplayRS Version="2.1.0">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2016-03-10T10:54:16-05:00"/>
    </stl:ApplicationResults>
    <AirItineraryPricingInfo>
        <ItinTotalFare>
            <FareCalculation>
                <Text>LIN AZ X/FCO AZ MIA100.00USD100.00END</Text>
            </FareCalculation>
            <Taxes Total="0.00"/>
            <TotalFare Amount="100.00" CurrencyCode="USD"/>
        </ItinTotalFare>
    </AirItineraryPricingInfo>
    <EMD_Coupons>
        <EMD_Coupon Number="1" StatusCode="OPEN" eTicketCoupon="4" eTicketNumber="0012345678901">
            <FlightSegment>
                <DestinationLocation LocationCode="FCO"/>
                <OperatingAirline Code="AZ"/>
                <OriginLocation LocationCode="LIN"/>
            </FlightSegment>
        </EMD_Coupon>
        <EMD_Coupon Number="2" StatusCode="OPEN" eTicketNumber="0012345678901">
            <FlightSegment>
                <DestinationLocation LocationCode="MIA"/>
                <OperatingAirline Code="AZ"/>
                <OriginLocation LocationCode="FCO"/>
            </FlightSegment>
        </EMD_Coupon>
    </EMD_Coupons>
    <EMD_Info DocumentNumber="0554570015626" IssueDate="08-27" ItineraryRef="UZPFWS">
        <CustomerInfo>
            <PaymentInfo>
                <Payment>
                    <Form>CA</Form>
                </Payment>
                <Text>CASH</Text>
            </PaymentInfo>
            <PersonName>
                <GivenName>SWS</GivenName>
                <Surname>TEST</Surname>
            </PersonName>
        </CustomerInfo>
        <Source IATA_Number="99999999" PseudoCityCode="IH9A"/>
    </EMD_Info>
</EMD_DisplayRS>