Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand


Code Block
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.iata.org/IATA/EDIST">
    <ns2:Body>
        <ns3:AirDocDisplayRS Version="">
            <ns3:Document>
                <ns3:Name>1.0</ns3:Name>
            </ns3:Document>
            <ns3:Errors>
                <ns3:Error Type="101" ShortText="Price has been changed. Please create new TST." Code="22Code="202" Tag="There are no valid TST in your booking. To create TST use the reprice operation."/>
            </ns3:Errors>
        </ns3:AirDocDisplayRS>
    </ns2:Body>
</ns2:Envelope>


...