AirTicketing
- Endpoint : https://apac.universal-api.pp.travelport.com/B2BGateway/connect/uAPI/AirService

Overview:
AirPricingInfoGroup=”1″ 하나인 경우 성인2명 결제방법들이 다른 경우
- 터미널에서도 한번에 발권이 안되기 때문에 2번 발권한다.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<air:AirTicketingReq xmlns:com="http://www.travelport.com/schema/common_v51_0" xmlns:air="http://www.travelport.com/schema/air_v51_0" xmlns:ns9="http://www.travelport.com/schema/universal_v51_0" ReturnInfoOnFail="true" BulkTicket="false" TraceId="trace" AuthorizedBy="authority" TargetBranch="P*******"> <com:BillingPointOfSaleInfo OriginApplication="uAPI" /> <air:AirReservationLocatorCode>1A11X0</air:AirReservationLocatorCode> <air:AirPricingInfoRef Key="POghl/AqWDKAubzUDAAAAA=="> <!--pax 1--> <com:BookingTravelerRef Key="POghl/AqWDKABczUDAAAAA==" /> </air:AirPricingInfoRef> <air:AirTicketingModifiers> <com:FormOfPayment Type="Credit"> <com:CreditCard Type="VI" Number="4111111111111111" CVV="525" ExpDate="2026-04" ApprovalCode="12345" /> </com:FormOfPayment> </air:AirTicketingModifiers> </air:AirTicketingReq> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<air:AirTicketingReq xmlns:com="http://www.travelport.com/schema/common_v51_0" xmlns:air="http://www.travelport.com/schema/air_v51_0" xmlns:ns9="http://www.travelport.com/schema/universal_v51_0" ReturnInfoOnFail="true" BulkTicket="false" TraceId="trace" AuthorizedBy="authority" TargetBranch="P*******"> <com:BillingPointOfSaleInfo OriginApplication="uAPI" /> <air:AirReservationLocatorCode>1A11X0</air:AirReservationLocatorCode> <air:AirPricingInfoRef Key="POghl/AqWDKAubzUDAAAAA=="> <!--pax 2--> <com:BookingTravelerRef Key="POghl/AqWDKADczUDAAAAA==" /> </air:AirPricingInfoRef> <air:AirTicketingModifiers> <com:FormOfPayment Type="Credit"> <com:CreditCard Type="AX" Number="370000000000005" CVV="5251" ExpDate="2026-04" ApprovalCode="45678" /> </com:FormOfPayment> </air:AirTicketingModifiers> </air:AirTicketingReq> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
<?xml version="1.0" encoding="utf-8"?> <universal:UniversalRecordRetrieveRsp TraceId="" TransactionId="01AD3F050A0D6A815099A620539B4275" ResponseTime="1071" xmlns:universal="http://www.travelport.com/schema/universal_v48_0" xmlns:common_v48_0="http://www.travelport.com/schema/common_v48_0" xmlns:air="http://www.travelport.com/schema/air_v48_0"> <common_v48_0:ResponseMessage Code="1400" Type="Warning" ProviderCode="1G">Reservation is currently being updated by another process.</common_v48_0:ResponseMessage> <universal:UniversalRecord LocatorCode="1A11WO" Version="3" Status="Active"> <common_v48_0:BookingTraveler Key="POghl/AqWDKABczUDAAAAA=="> <common_v48_0:BookingTravelerName First="PETERMR" Last="DEMOGAL" /> <common_v48_0:PhoneNumber Key="POghl/AqWDKACczUDAAAAA==" Type="None" Number="SELT/82 31 448 8866-"> <common_v48_0:ProviderReservationInfoRef Key="POghl/AqWDKArbzUDAAAAA==" /> </common_v48_0:PhoneNumber> <common_v48_0:SSR Key="xA3il/BqWDKAP0oRDAAAAA==" SegmentRef="POghl/AqWDKAEczUDAAAAA==" Status="HK" Type="TKNE" FreeText="1803829907286C1" Carrier="KE" ProviderReservationInfoRef="POghl/AqWDKArbzUDAAAAA==" /> <common_v48_0:SSR Key="xA3il/BqWDKAQ0oRDAAAAA==" SegmentRef="POghl/AqWDKAGczUDAAAAA==" Status="HK" Type="TKNE" FreeText="1803829907286C2" Carrier="KE" ProviderReservationInfoRef="POghl/AqWDKArbzUDAAAAA==" /> </common_v48_0:BookingTraveler> <common_v48_0:BookingTraveler Key="POghl/AqWDKADczUDAAAAA=="> <common_v48_0:BookingTravelerName First="EDISONMR" Last="DEMOGAL" /> <common_v48_0:SSR Key="POghl/AqWDKAvm7UDAAAAA==" SegmentRef="POghl/AqWDKAEczUDAAAAA==" Status="HK" Type="TKNE" FreeText="1803829907287C1" Carrier="KE" ProviderReservationInfoRef="POghl/AqWDKArbzUDAAAAA==" /> <common_v48_0:SSR Key="POghl/AqWDKAwm7UDAAAAA==" SegmentRef="POghl/AqWDKAGczUDAAAAA==" Status="HK" Type="TKNE" FreeText="1803829907287C2" Carrier="KE" ProviderReservationInfoRef="POghl/AqWDKArbzUDAAAAA==" /> </common_v48_0:BookingTraveler> <common_v48_0:ActionStatus Key="POghl/AqWDKAsbzUDAAAAA==" Type="ACTIVE" ProviderReservationInfoRef="POghl/AqWDKArbzUDAAAAA==" ProviderCode="1G"> <common_v48_0:Remark>SEL 07APR0138Z WS AG</common_v48_0:Remark> </common_v48_0:ActionStatus> <universal:ProviderReservationInfo Key="POghl/AqWDKArbzUDAAAAA==" ProviderCode="1G" LocatorCode="1B99KQ" CreateDate="2022-04-07T01:21:46.339+00:00" ModifiedDate="2022-04-07T01:39:34.490+00:00" HostCreateDate="2022-04-07" OwningPCC="3Y0G" /> <air:AirReservation LocatorCode="1A11X0" CreateDate="2022-04-07T01:21:45.876+00:00" ModifiedDate="2022-04-07T01:39:34.490+00:00"> <common_v48_0:SupplierLocator SupplierCode="KE" SupplierLocatorCode="6RADRE" ProviderReservationInfoRef="POghl/AqWDKArbzUDAAAAA==" CreateDateTime="2022-04-07T01:19:00.000+00:00" /> <air:DocumentInfo> <air:TicketInfo Number="1803829907286" TicketIssueDate="2022-04-07T00:00:00.000+09:00" IATANumber="17323924" TicketingAgentSignOn="Z3Y0GGWS" CountryCode="KR" Status="V" BookingTravelerRef="POghl/AqWDKABczUDAAAAA==" AirPricingInfoRef="POghl/AqWDKAubzUDAAAAA=="> <common_v48_0:Name First="PETERMR" Last="DEMOGAL" /> </air:TicketInfo> <air:TicketInfo Number="1803829907287" TicketIssueDate="2022-04-07T00:00:00.000+09:00" IATANumber="17323924" TicketingAgentSignOn="Z3Y0GGWS" CountryCode="KR" Status="V" BookingTravelerRef="POghl/AqWDKADczUDAAAAA==" AirPricingInfoRef="POghl/AqWDKAubzUDAAAAA=="> <common_v48_0:Name First="EDISONMR" Last="DEMOGAL" /> </air:TicketInfo> </air:DocumentInfo> <common_v48_0:BookingTravelerRef Key="POghl/AqWDKABczUDAAAAA==" /> <common_v48_0:BookingTravelerRef Key="POghl/AqWDKADczUDAAAAA==" /> <common_v48_0:ProviderReservationInfoRef Key="POghl/AqWDKArbzUDAAAAA==" /> <air:AirSegment Key="POghl/AqWDKAEczUDAAAAA==" Group="0" Carrier="KE" CabinClass="Economy" FlightNumber="651" ProviderCode="1G" Origin="ICN" Destination="BKK" DepartureTime="2022-09-12T18:05:00.000+09:00" ArrivalTime="2022-09-12T21:45:00.000+07:00" ClassOfService="U" ETicketability="Yes" Equipment="77W" Status="HK" ChangeOfPlane="false" GuaranteedPaymentCarrier="No" ProviderReservationInfoRef="POghl/AqWDKArbzUDAAAAA==" TravelOrder="1" ProviderSegmentOrder="1" OptionalServicesIndicator="false"> <air:FlightDetails Key="POghl/AqWDKAFczUDAAAAA==" Origin="ICN" Destination="BKK" DepartureTime="2022-09-12T18:05:00.000+09:00" ArrivalTime="2022-09-12T21:45:00.000+07:00" FlightTime="340" TravelTime="340" Equipment="77W" OriginTerminal="2" AutomatedCheckin="false" /> </air:AirSegment> <air:AirSegment Key="POghl/AqWDKAGczUDAAAAA==" Group="1" Carrier="KE" CabinClass="Economy" FlightNumber="652" ProviderCode="1G" Origin="BKK" Destination="ICN" DepartureTime="2022-09-28T23:30:00.000+07:00" ArrivalTime="2022-09-29T06:55:00.000+09:00" ClassOfService="U" ETicketability="Yes" Equipment="77W" Status="HK" ChangeOfPlane="false" GuaranteedPaymentCarrier="No" ProviderReservationInfoRef="POghl/AqWDKArbzUDAAAAA==" TravelOrder="2" ProviderSegmentOrder="2" OptionalServicesIndicator="false"> <air:FlightDetails Key="POghl/AqWDKAHczUDAAAAA==" Origin="BKK" Destination="ICN" DepartureTime="2022-09-28T23:30:00.000+07:00" ArrivalTime="2022-09-29T06:55:00.000+09:00" FlightTime="325" TravelTime="325" Equipment="77W" DestinationTerminal="2" AutomatedCheckin="false" /> </air:AirSegment> <air:AirPricingInfo Key="POghl/AqWDKAubzUDAAAAA==" TotalPrice="KRW668600" BasePrice="KRW450000" ApproximateTotalPrice="KRW668600" ApproximateBasePrice="KRW450000" Taxes="KRW218600" LatestTicketingTime="2022-04-10T23:59:00.000+09:00" TrueLastDateToTicket="2022-04-10T23:59:00.000+09:00" PricingMethod="Guaranteed" ETicketability="Yes" ProviderCode="1G" ProviderReservationInfoRef="POghl/AqWDKArbzUDAAAAA==" AirPricingInfoGroup="1" Ticketed="true" PricingType="StoredFare" FareCalculationInd="G"> <air:FareInfo Key="POghl/AqWDKAwbzUDAAAAA==" FareBasis="ULEVZRKS" PassengerTypeCode="ADT" Origin="ICN" Destination="BKK" EffectiveDate="2022-04-07T00:00:00.000+09:00" NotValidAfter="2023-03-12" PseudoCityCode="3Y0G"> <common_v48_0:Endorsement Value="NONENDS." /> <common_v48_0:Endorsement Value="RISS CHRG APPLY." /> <common_v48_0:Endorsement Value="RFND PNTY APPLY." /> <common_v48_0:Endorsement Value="NO MILE UG." /> <air:BaggageAllowance> <air:NumberOfPieces>1</air:NumberOfPieces> </air:BaggageAllowance> </air:FareInfo> <air:FareInfo Key="POghl/AqWDKA2bzUDAAAAA==" FareBasis="ULEVZRKS" PassengerTypeCode="ADT" Origin="BKK" Destination="ICN" EffectiveDate="2022-04-07T00:00:00.000+09:00" NotValidAfter="2023-03-12" PseudoCityCode="3Y0G"> <common_v48_0:Endorsement Value="NONENDS." /> <common_v48_0:Endorsement Value="RISS CHRG APPLY." /> <common_v48_0:Endorsement Value="RFND PNTY APPLY." /> <common_v48_0:Endorsement Value="NO MILE UG." /> <air:BaggageAllowance> <air:NumberOfPieces>1</air:NumberOfPieces> </air:BaggageAllowance> </air:FareInfo> <air:BookingInfo BookingCode="U" CabinClass="Economy" FareInfoRef="POghl/AqWDKAwbzUDAAAAA==" SegmentRef="POghl/AqWDKAEczUDAAAAA==" /> <air:BookingInfo BookingCode="U" CabinClass="Economy" FareInfoRef="POghl/AqWDKA2bzUDAAAAA==" SegmentRef="POghl/AqWDKAGczUDAAAAA==" /> <air:TaxInfo Category="BP" Amount="KRW28000" Key="POghl/AqWDKA8bzUDAAAAA==" /> <air:TaxInfo Category="E7" Amount="KRW2600" Key="POghl/AqWDKA9bzUDAAAAA==" /> <air:TaxInfo Category="G8" Amount="KRW1200" Key="POghl/AqWDKA+bzUDAAAAA==" /> <air:TaxInfo Category="TS" Amount="KRW25600" Key="POghl/AqWDKA/bzUDAAAAA==" /> <air:TaxInfo Category="YR" Amount="KRW161200" Key="POghl/AqWDKAAczUDAAAAA==" /> <air:FareCalc>SEL KE BKK 183.88ULEVZRKS KE SEL 183.89ULEVZRKS NUC367.77END ROE1223.58741</air:FareCalc> <air:PassengerType Code="ADT" BookingTravelerRef="POghl/AqWDKABczUDAAAAA=="> <air:FareGuaranteeInfo GuaranteeType="Guaranteed" /> </air:PassengerType> <air:PassengerType Code="ADT" BookingTravelerRef="POghl/AqWDKADczUDAAAAA=="> <air:FareGuaranteeInfo GuaranteeType="Guaranteed" /> </air:PassengerType> <common_v48_0:BookingTravelerRef Key="POghl/AqWDKABczUDAAAAA==" /> <common_v48_0:BookingTravelerRef Key="POghl/AqWDKADczUDAAAAA==" /> <air:TicketingModifiersRef Key="POghl/AqWDKAvbzUDAAAAA==" /> </air:AirPricingInfo> <air:TicketingModifiers PlatingCarrier="KE" Key="POghl/AqWDKAvbzUDAAAAA=="> <air:DocumentSelect IssueElectronicTicket="true" /> </air:TicketingModifiers> </air:AirReservation> <common_v48_0:GeneralRemark Key="POghl/AqWDKAJczUDAAAAA==" Category="Vendor" TypeInGds="Vendor" SupplierType="Air" ProviderReservationInfoRef="POghl/AqWDKArbzUDAAAAA==" SupplierCode="KE" Direction="Incoming" CreateDate="2022-04-07T01:19:00.000+00:00"> <common_v48_0:RemarkData>MISSING SSR CTCM MOBILE OR SSR CTCE EMAIL OR SSR CTCR NON-CONSENT FOR KE</common_v48_0:RemarkData> </common_v48_0:GeneralRemark> <common_v48_0:GeneralRemark Key="POghl/AqWDKAKczUDAAAAA==" Category="Vendor" TypeInGds="Vendor" SupplierType="Air" ProviderReservationInfoRef="POghl/AqWDKArbzUDAAAAA==" SupplierCode="KE" Direction="Incoming" CreateDate="2022-04-07T01:19:00.000+00:00"> <common_v48_0:RemarkData>KERSVN IS 7845-9440</common_v48_0:RemarkData> </common_v48_0:GeneralRemark> <common_v48_0:AgencyInfo> <common_v48_0:AgentAction ActionType="Created" AgentCode="uAPI1308860155-67329f48" BranchCode="P7144368" AgencyCode="S7144361" EventTime="2022-04-07T01:21:45.711+00:00" /> <common_v48_0:AgentAction ActionType="Modified" AgentCode="uAPI1308860155-67329f48" BranchCode="P7144368" AgencyCode="S7144361" EventTime="2022-04-07T01:39:34.490+00:00" /> <common_v48_0:AgentAction ActionType="Ticketed" AgentCode="uAPI1308860155-67329f48" BranchCode="P7144368" AgencyCode="S7144361" EventTime="2022-04-07T01:35:28.437+00:00" /> </common_v48_0:AgencyInfo> </universal:UniversalRecord> </universal:UniversalRecordRetrieveRsp> |