UniversalRecordCancelReq
XHTML
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:univ="http://www.travelport.com/schema/universal_v52_0" xmlns:com="http://www.travelport.com/schema/common_v52_0"> <soapenv:Header/> <soapenv:Body> <univ:UniversalRecordCancelReq TraceId="202301317201123" AuthorizedBy="MODETOUREDEV" TargetBranch="P******" UniversalRecordLocatorCode="1O2PJH" Version="1"> <com:BillingPointOfSaleInfo OriginApplication="UAPI"/> </univ:UniversalRecordCancelReq> </soapenv:Body> </soapenv:Envelope> |
UniversalRecordCancelRsp
XHTML
1 2 3 4 5 6 7 8 9 |
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <universal:UniversalRecordCancelRsp TraceId="2023020110102121" TransactionId="0AA1D6420A0D6A936CA8F2991CE75F61" ResponseTime="4012" xmlns:universal="http://www.travelport.com/schema/universal_v52_0"> <universal:ProviderReservationStatus CreateDate="2023-02-01T01:29:19.721+00:00" ModifiedDate="2023-02-01T01:40:26.713+00:00" ProviderCode="1G" LocatorCode="3HQSB7" Cancelled="true"/> </universal:UniversalRecordCancelRsp> </SOAP:Body> </SOAP:Envelope> |