Skip Navigation

Sample XML for ExchangeEmdRQ Fulfill - Request

<SOAP-ENV:Body>
  <ExchangeEmdRQ
  version="1.4.0"
  xmlns="http://www.sabre.com/ns/Ticketing/ExchangeRefund/1.0"
  xmlns:TTL="http://www.sabre.com/ns/Ticketing/TTL/1.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.sabre.com/ns/Ticketing/ExchangeRefund/1.0 ">
   <POS>
    <TTL:Company>1S</TTL:Company>
    <TTL:Pseudo>61N1</TTL:Pseudo>
   </POS>
   <TransactionInfo
      requestType="Fulfill">
    <TicketingDocument>
     <TicketReference>3</TicketReference>
    </TicketingDocument>
    <Reservation>
     <AirExtra>5</AirExtra>
    </Reservation>
    <Options>
     <Fulfill>
      <Payment
       type="CC">
       <Card expireDate="1219"
       number="376701078252003" vendorCode="AX"/>
      </Payment>
     </Fulfill>
    </Options>
   </TransactionInfo>
  </ExchangeEmdRQ>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>