MCO Issue
Util.xsd
Air Booking > End Transact > MCO Create > MCO Issue
The MCO Issue transactions allows you to issue 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 Issuing MCOs.
Schema
See the MCO Issue transaction schema details:
Request
When issuing an MCO, all mandatory elements must be included:
-
BillingPointOfSaleInfo
Optional elements can be added to include furher information:
-
AgentIDOverride
-
TerminalSessionInfo
-
OverridePCC
-
FareNum
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:MCOIssueReq AuthorizedBy="PAARTHURNAX" IssueInd="Y" TransType="MO" MCONumber="1" TargetBranch="P1234567" ProviderCode="1G" ProviderLocatorCode="AAAAAA" >
<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>
</util:MCOIssueReq>
</soapenv:Body>
</soapenv:Envelope
Response
The MCO Issue 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:MCOIssueRsp TransactionId="6F13" ResponseTime="954" TransType="OK" xmlns:util="http://www.travelport.com/schema/util_v53_0" xmlns:common_v53_0="http://www.travelport.com/schema/common_v53_0">
<common_v53_0:ResponseMessage Code="0" Type="Info">OK-VI-S01234</common_v53_0:ResponseMessage>
<common_v53_0:ResponseMessage Code="0" Type="Info">MCO GENERATED TTL FARE USD 150.00</common_v53_0:ResponseMessage>
<util:FareNum>1</util:FareNum>
<util:MCO MCONumber="1" TktIssueInd="O" IssueInd="true" ReasonCode="J" MCOIssueDate="2023-12-15T00:00:00.000+00:00" DocNum="0123456789012345">
<common_v53_0:FormOfPayment Type="Credit" Reusable="false" ProfileKey="AiE==">
<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 SKYRIM" Location="MORROWIND">
<common_v53_0:PassengerInfo>
<common_v53_0:Name First="ULFRIC" Last="STORMCLOAK"/>
</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:MCOIssueRsp>
</SOAP:Body>
</SOAP:Envelope>
Exceptions
MCO Issue is not available on Apollo (1V) nor Worldspan (1P) via Universal API.
Next Steps
After creating a Miscellaneous Change Order, the MCO can be: