MCO Retrieve
Util.xsd
Air Booking > End Transact > MCO Create > MCO Retrieve
The MCO Retrieve transactions allows you to retrieve an MCO for a PNR.
- A PNR must be successfully booked.
-
The PNR must include at least one segment.
-
An MCO must be created.
Samples
See the samples associated with retrieving MCOs:
Schema
See the MCO Retrieve transaction schema details:
Request
When retrieving an MCO, all mandatory elements must be included:
- MCORetrieveReq data
- AgentIDOverride
Optional elements can be added to include furher information:
-
TerminalSessionInfo
-
OverridePCC
Request Sample
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:util="http://www.travelport.com/schema/util_v53_0" xmlns:com="http://www.travelport.com/schema/common_v53_0">
<soapenv:Header/>
<soapenv:Body>
<util:MCORetrieveReq AuthorizedBy="ARNGEIR" MCONumber="1" TargetBranch="P1234567" ProviderCode="1G" ProviderLocatorCode="6#####" >
<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>
</util:MCORetrieveReq>
</soapenv:Body>
</soapenv:Envelope
Response
The MCO Retrieve response returns an MCO record structure with all details for further processing.
Response Sample
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Body>
<util:MCORetrieveRsp TransactionId="6F13" ResponseTime="489" xmlns:util="http://www.travelport.com/schema/util_v53_0" xmlns:common_v53_0="http://www.travelport.com/schema/common_v53_0">
<util:MCO MCONumber="1" TktIssueInd="O" IssueInd="true" ReasonCode="J" MCOIssueDate="2023-12-15T00:00:00.000+00:00" DocNum="012345678901234">
<common_v53_0:FormOfPayment Type="Credit" Reusable="false" ProfileKey="3m0/iDL==">
<common_v53_0:CreditCard Type="VI" Number="************1111" ExpDate="2025-10"/>
</common_v53_0:FormOfPayment>
<common_v53_0:MCOMainData MCOAmount="USD150.00" MCOCurrency="USD" PlatingCarrier="AA" ValidFor="DEPOSIT FOR FUTURE TRANSPORTATION" TourOperator="AIR NIRN" Location="CYRODIIL">
<common_v53_0:PassengerInfo>
<common_v53_0:Name First="JURGEN" Last="WINDCALLER"/>
</common_v53_0:PassengerInfo>
<common_v53_0:Commission Percentage="0.0"/>
</common_v53_0:MCOMainData>
<common_v53_0:MCORemark>DEPOSIT FOR FUTURE TRANSPORTATION</common_v53_0:MCORemark>
<common_v53_0:MCORemark AdditionalRmk="true">T VIEW</common_v53_0:MCORemark>
</util:MCO>
</util:MCORetrieveRsp>
</SOAP:Body>
</SOAP:Envelope>
Exceptions
MCO Issue is not available on Apollo (1V) nor Worldspan (1P) via Universal API.
Next Steps
After retrieving a Miscellaneous Change Order, the MCO can be: