UniversalRecordModify
- Endpoint : https://apac.universal-api.pp.travelport.com/B2BGateway/connect/uAPI/UniversalRecordService

Overview:
UniversalRecordModify로 발권 전 APIS, 마일리지, 체류지 등의 기타 사항을 등록 합니다.
미주는 APIS 를 입력하지 않고 발권 하면 다음과 같은 에러가 리턴된다.
Host error during ticket issue. ENSURE NAME DOB AND GENDER EXIST IN SSR DOCS FOR KE
SSR Type
DOCS
여권 정보 입력
FreeText=”P/KR/S12345678/GB/12JUN63/M/23OCT14/SMITH/JOHN” Carrier=”XX”
- P = Passport (Travel Document Type)
- KR = Issuing Country
- 123456788 = Document Number
- GB = Passenger Nationality
- 12JUN63 = Date of Birth
- M = Male gender
- 23OCT14 = Expiry date of passport (Travel Document Type)
- SMITH = Last Name
- JOHN = First Name
- 남자아기 – MI
- 여자아기 – FI
FOID
KC 항공사 여권번호
SI.P3/SSRFOIDYYHK1/PP12345678
DOCA
1G 주소정보 입력 Host 엔트리
SI.P1/SSRDOCAYYHK1/D/국가/상세주소/도시/주/우편번호
SI.P1/SSRDOCAYYHK1/D/US/1600 SMITH STREET/HOUSTON/TEXAS/25698
기타
- VGML : Vegetarian vegan meal
- WCHR: Wheelchair – R for Ramp (Passenger can ascend/descend steps and make own way to/from cabin seat but requires wheelchair for distance to/from aircraft)
Version=”숫자”
중요 : Version=”#” 값은 반드시 UniversalRecordRetrieveRsp 값에서 받고 UniversalRecordModifyReq에 넣고 전송시 UniversalRecordRetrieveRsp Version (증가된) 값 이 다시옵니다.
연속으로 UniversalRecordModifyReq 전송시 UniversalRecordRetrieveRsp 에서 온 Version 값으로 전송 합니다.
* 잘못 넣으면 에러메시지 : Universal record is being updated by another user or wrong version retrieved. Please retrieve the reservation again and try again. UR version is 1
오픈조 여정일 경우
- <com:ContinuityCheckOverride>yes</com:ContinuityCheckOverride>
- 모든 여정에 넣어도 상관없다.
탑승객 정보 입력 예제
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <univ:UniversalRecordModifyReq xmlns:com="http://www.travelport.com/schema/common_v50_0" xmlns:univ="http://www.travelport.com/schema/universal_v50_0" TargetBranch="P******" TraceId="2021001819111212" Version="0" ReturnRecord="true"> <com:BillingPointOfSaleInfo OriginApplication="UAPI"/> <com:ContinuityCheckOverride>yes</com:ContinuityCheckOverride> <univ:RecordIdentifier UniversalLocatorCode="A6Z2MF" ProviderLocatorCode="DL5BFI" ProviderCode="1G"/> <univ:UniversalModifyCmd Key="1"> <!-- * 다수명령어 전송 가능 --> <univ:AirAdd ReservationLocatorCode="T80SEN" BookingTravelerRef="YVFVaUpuVVFRYmFhRHIyUA=="> <com:SSR Type="VGML" SegmentRef="kuNT0b7Q2BKAv5OpBAAAAA==" Carrier="KL"/> <com:SSR Type="WCHR" SegmentRef="kuNT0b7Q2BKAv5OpBAAAAA==" Carrier="KL"/> <com:SSR Type="DOCS" Carrier="KL" FreeText="P/KR/S12345678/GB/20JUL76/M/01JAN16/SMITH/TOM"/> <com:SSR Type="DOCA" Carrier="KL" FreeText="D/US/1600 SMITH STREET/HOUSTON/TEXAS/25698"/> <com:LoyaltyCard SupplierType="Air" CardNumber="123456" SupplierCode="KE"/> <com:LoyaltyCard SupplierType="Air" CardNumber="999999" SupplierCode="UA"/> </univ:AirAdd> </univ:UniversalModifyCmd> </univ:UniversalRecordModifyReq> </SOAP:Body> </SOAP:Envelope> |
FOID 예제
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <univ:UniversalRecordModifyReq xmlns:com="http://www.travelport.com/schema/common_v50_0" xmlns:univ="http://www.travelport.com/schema/universal_v50_0" TargetBranch="P3021757" TraceId="2021001819111212" Version="0" ReturnRecord="true"> <com:BillingPointOfSaleInfo OriginApplication="UAPI"/> <com:ContinuityCheckOverride>yes</com:ContinuityCheckOverride> <univ:RecordIdentifier UniversalLocatorCode="I6ZMUZ" ProviderLocatorCode="F1TXTZ" ProviderCode="1G"/> <univ:UniversalModifyCmd Key="1"> <univ:AirAdd ReservationLocatorCode="I6ZMV7" BookingTravelerRef="uF34LmIynDKAjs/JxLAAAA=="> <com:SSR Type="FOID" Carrier="KC" FreeText="PP12345678"/> </univ:AirAdd> </univ:UniversalModifyCmd> </univ:UniversalRecordModifyReq> </SOAP:Body> </SOAP:Envelope> |
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 |
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <universal:UniversalRecordModifyRsp TraceId="2021001819111212" TransactionId="B0D1A2F30A0E7C7A68A5B6481E69FFD6" ResponseTime="948" xmlns:universal="http://www.travelport.com/schema/universal_v50_0" xmlns:common_v50_0="http://www.travelport.com/schema/common_v50_0" xmlns:air="http://www.travelport.com/schema/air_v50_0"> <common_v50_0:ResponseMessage Code="0" Type="Warning" ProviderCode="1G">NO FARES</common_v50_0:ResponseMessage> <common_v50_0:ResponseMessage Code="0" Type="Info">Universal record successfully modified.</common_v50_0:ResponseMessage> <universal:UniversalRecord LocatorCode="I6ZMUZ" Version="2" Status="Active"> <common_v50_0:BookingTraveler Key="uF34LmIynDKAjs/JxLAAAA==" TravelerType="ADT" DOB="1980-12-12" Gender="M"> <common_v50_0:BookingTravelerName Prefix="MR" First="SCHEOL" Last="HEO"/> <common_v50_0:PhoneNumber Key="uF34LmIynDKAks/JxLAAAA==" Type="None" Location="SEL" Number="0102525****" Text="CLIENT CONNECT"> <common_v50_0:ProviderReservationInfoRef Key="uF34LmIynDKAPjCKxLAAAA=="/> </common_v50_0:PhoneNumber> </common_v50_0:BookingTraveler> <common_v50_0:OSI Key="uF34LmIynDKAls/JxLAAAA==" Carrier="KC" Text="CTCM SEL 0102525****" ProviderReservationInfoRef="uF34LmIynDKAPjCKxLAAAA=="/> <common_v50_0:ActionStatus Key="uF34LmIynDKAms/JxLAAAA==" Type="ACTIVE" ProviderReservationInfoRef="uF34LmIynDKAPjCKxLAAAA==" ProviderCode="1G"/> <universal:ProviderReservationInfo Key="uF34LmIynDKAPjCKxLAAAA==" ProviderCode="1G" LocatorCode="F1TXTZ" CreateDate="2021-05-28T02:16:47.350+00:00" ModifiedDate="2021-05-28T02:33:20.279+00:00" HostCreateDate="2021-05-28" OwningPCC="7B0L"/> <air:AirReservation LocatorCode="I6ZMV7" CreateDate="2021-05-28T02:16:47.030+00:00" ModifiedDate="2021-05-28T02:33:20.279+00:00"> <common_v50_0:SupplierLocator SupplierCode="KC" SupplierLocatorCode="5EWJ4O" ProviderReservationInfoRef="uF34LmIynDKAPjCKxLAAAA==" CreateDateTime="2021-05-28T02:16:00.000+00:00"/> <common_v50_0:BookingTravelerRef Key="uF34LmIynDKAjs/JxLAAAA=="/> <common_v50_0:ProviderReservationInfoRef Key="uF34LmIynDKAPjCKxLAAAA=="/> <air:AirSegment Key="uF34LmIynDKAhs/JxLAAAA==" Group="0" Carrier="KC" CabinClass="Economy" FlightNumber="910" ProviderCode="1G" Origin="ICN" Destination="ALA" DepartureTime="2021-06-29T02:00:00.000+09:00" ArrivalTime="2021-06-29T05:50:00.000+06:00" TravelTime="410" ClassOfService="Y" ETicketability="Yes" Equipment="32Q" Status="HK" ChangeOfPlane="false" GuaranteedPaymentCarrier="No" ProviderReservationInfoRef="uF34LmIynDKAPjCKxLAAAA==" TravelOrder="1" ProviderSegmentOrder="1" OptionalServicesIndicator="false"> <air:FlightDetails Key="uF34LmIynDKARjCKxLAAAA==" Origin="ICN" Destination="ALA" DepartureTime="2021-06-29T02:00:00.000+09:00" ArrivalTime="2021-06-29T05:50:00.000+06:00" FlightTime="410" TravelTime="410" Equipment="32Q" OriginTerminal="1" AutomatedCheckin="false"/> <common_v50_0:SellMessage>DEPARTS ICN TERMINAL 1</common_v50_0:SellMessage> <common_v50_0:SellMessage>ADD ADVANCE PASSENGER INFORMATION SSRS DOCA/DOCO/DOCS</common_v50_0:SellMessage> <common_v50_0:SellMessage>PERSONAL DATA WHICH IS PROVIDED TO US IN CONNECTION</common_v50_0:SellMessage> <common_v50_0:SellMessage>WITH YOUR TRAVEL MAY BE PASSED TO GOVERNMENT AUTHORITIES</common_v50_0:SellMessage> <common_v50_0:SellMessage>FOR BORDER CONTROL AND AVIATION SECURITY PURPOSES</common_v50_0:SellMessage> </air:AirSegment> </air:AirReservation> <common_v50_0:GeneralRemark Key="lSy0Lm6xnDKApwQpxLAAAA==" Category="Vendor" TypeInGds="Vendor" SupplierType="Air" ProviderReservationInfoRef="uF34LmIynDKAPjCKxLAAAA==" SupplierCode="1A" Direction="Incoming" CreateDate="2021-05-28T02:16:00.000+00:00" ElStat="A"> <common_v50_0:RemarkData>ADTK1GTOKC BY 04JUN 1116 SEL TIME ZONE OTHERWISE WILL BE XLD</common_v50_0:RemarkData> </common_v50_0:GeneralRemark> <common_v50_0:AgencyInfo> <common_v50_0:AgentAction ActionType="Created" AgentCode="uAPI7843645375-ac0ffeb9" BranchCode="P3021757" AgencyCode="S2626616" EventTime="2021-05-28T02:16:45.272+00:00"/> <common_v50_0:AgentAction ActionType="Modified" AgentCode="uAPI7843645375-ac0ffeb9" BranchCode="P3021757" AgencyCode="S2626616" EventTime="2021-05-28T02:33:20.279+00:00"/> </common_v50_0:AgencyInfo> <common_v50_0:AgencyContactInfo> <common_v50_0:PhoneNumber Key="uF34LmIynDKAUjCKxLAAAA==" Type="Agency" Location="SEL" CountryCode="82" Number="02777****" Text="Galileo"> <common_v50_0:ProviderReservationInfoRef Key="uF34LmIynDKAPjCKxLAAAA=="/> </common_v50_0:PhoneNumber> </common_v50_0:AgencyContactInfo> <common_v50_0:SSR Key="lSy0Lm6xnDKAexQpxLAAAA==" Status="HK" Type="FOID" FreeText="/PP12345678-1HEO/SCHEOLMR" Carrier="KC" ProviderReservationInfoRef="uF34LmIynDKAPjCKxLAAAA==" ElStat="A"/> </universal:UniversalRecord> </universal:UniversalRecordModifyRsp> </SOAP:Body> </SOAP:Envelope> |
1 2 3 4 5 6 |
** OTHER SUPPLEMENTARY INFORMATION ** CARRIER RELATED 1. KC CTCM SEL 0102525**** 2. SSRFOIDKC HK 1 /PP12345678-1HEO/SCHEOLMR |
다수 APIS 입력 예제
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 |
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <univ:UniversalRecordModifyReq xmlns:com="http://www.travelport.com/schema/common_v52_0" xmlns:univ="http://www.travelport.com/schema/universal_v52_0" TargetBranch="P*******" TraceId="202401160102121" Version="1" ReturnRecord="true"> <com:BillingPointOfSaleInfo OriginApplication="UAPI"/> <com:ContinuityCheckOverride>yes</com:ContinuityCheckOverride> <univ:RecordIdentifier UniversalLocatorCode="2N81I7" ProviderLocatorCode="9FCXH1" ProviderCode="1G"/> <univ:UniversalModifyCmd Key="1"> <univ:AirAdd ReservationLocatorCode="2N81I8" BookingTravelerRef="RxLzgRTqWDKASOCOKAAAAA=="> <com:SSR Type="DOCS" Carrier="UA" FreeText="P/KR/S12345678/KR/02JAN02/M/01JAN26/HONG/GILNAM"/> </univ:AirAdd> </univ:UniversalModifyCmd> <univ:UniversalModifyCmd Key="2"> <univ:AirAdd ReservationLocatorCode="2N81I8" BookingTravelerRef="RxLzgRTqWDKAXOCOKAAAAA=="> <com:SSR Type="DOCS" Carrier="UA" FreeText="P/KR/S12345679/KR/02JAN02/M/01JAN26/HONG/GILLEESA"/> </univ:AirAdd> </univ:UniversalModifyCmd> <univ:UniversalModifyCmd Key="3"> <univ:AirAdd ReservationLocatorCode="2N81I8" BookingTravelerRef="RxLzgRTqWDKAKOCOKAAAAA=="> <com:SSR Type="DOCS" Carrier="UA" FreeText="P/KR/S12345680/KR/02FEB12/M/01JAN26/HONG/GILSAMIC"/> </univ:AirAdd> </univ:UniversalModifyCmd> </univ:UniversalRecordModifyReq> </SOAP:Body> </SOAP:Envelope> |
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 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 |
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <universal:UniversalRecordModifyRsp xmlns:universal="http://www.travelport.com/schema/universal_v52_0" xmlns:common_v52_0="http://www.travelport.com/schema/common_v52_0" xmlns:air="http://www.travelport.com/schema/air_v52_0" TraceId="202401160102121" TransactionId="6CF08E1D0A0D6A935D125903759CB46D" ResponseTime="1748"> <common_v52_0:ResponseMessage Code="0" Type="Info"> <![CDATA[Universal record successfully modified.]]> </common_v52_0:ResponseMessage> <universal:UniversalRecord LocatorCode="2N81I7" Version="2" Status="Active"> <common_v52_0:BookingTraveler Key="RxLzgRTqWDKASOCOKAAAAA==" TravelerType="ADT" DOB="2002-01-02" Gender="M"> <common_v52_0:BookingTravelerName Prefix=" MR" First="GILNAM" Last="HONG"/> <common_v52_0:PhoneNumber Key="RxLzgRTqWDKAdOCOKAAAAA==" Type="Mobile" Location="SEL" CountryCode="82" Number="01022222222" Text="CLIENT CONNECT"> <common_v52_0:ProviderReservationInfoRef Key="RxLzgRTqWDKABPCOKAAAAA=="/> </common_v52_0:PhoneNumber> <common_v52_0:Email Key="RxLzgRTqWDKAgOCOKAAAAA==" Type="Home" EmailID="hsc97pi@daum.net"> <common_v52_0:ProviderReservationInfoRef Key="RxLzgRTqWDKABPCOKAAAAA=="/> </common_v52_0:Email> <common_v52_0:SSR Key="RxLzgRTqWDKAuOCOKAAAAA==" SegmentRef="g9/0gRSqWDKAf3UOKAAAAA==" Status="NO" Type="BFFF" FreeText="UA/ECOPARTREF" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKAvOCOKAAAAA==" SegmentRef="g9/0gRSqWDKAh3UOKAAAAA==" Status="NO" Type="BFFF" FreeText="UA/ECOPARTREF" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKAO8QRKAAAAA==" Status="HK" Type="DOCS" FreeText="P/KR/S12345678/KR/02JAN02/M/01JAN26/HONG/GILNAM -1HONG/GILNAM MR" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA==" ElStat="A"/> </common_v52_0:BookingTraveler> <common_v52_0:BookingTraveler Key="RxLzgRTqWDKAXOCOKAAAAA==" TravelerType="ADT" DOB="2002-01-02" Gender="M"> <common_v52_0:BookingTravelerName Prefix=" MR" First="GILLEESA" Last="HONG"/> <common_v52_0:PhoneNumber Key="RxLzgRTqWDKAhOCOKAAAAA==" Type="Mobile" Location="SEL" CountryCode="82" Number="01022222222" Text="CLIENT CONNECT"> <common_v52_0:ProviderReservationInfoRef Key="RxLzgRTqWDKABPCOKAAAAA=="/> </common_v52_0:PhoneNumber> <common_v52_0:Email Key="RxLzgRTqWDKAkOCOKAAAAA==" Type="Home" EmailID="hsc97pi@daum.net"> <common_v52_0:ProviderReservationInfoRef Key="RxLzgRTqWDKABPCOKAAAAA=="/> </common_v52_0:Email> <common_v52_0:SSR Key="RxLzgRTqWDKAwOCOKAAAAA==" SegmentRef="g9/0gRSqWDKAf3UOKAAAAA==" Status="NO" Type="BFFF" FreeText="UA/ECOPARTREF" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKAxOCOKAAAAA==" SegmentRef="g9/0gRSqWDKAh3UOKAAAAA==" Status="NO" Type="BFFF" FreeText="UA/ECOPARTREF" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKAP8QRKAAAAA==" Status="HK" Type="DOCS" FreeText="P/KR/S12345679/KR/02JAN02/M/01JAN26/HONG/GILLEESA -1HONG/GILLEESA MR" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA==" ElStat="A"/> </common_v52_0:BookingTraveler> <common_v52_0:BookingTraveler Key="RxLzgRTqWDKAKOCOKAAAAA==" TravelerType="CNN" Age="12" DOB="2012-02-02" Gender="M"> <common_v52_0:BookingTravelerName Prefix=" MSTR" First="GILSAMIC" Last="HONG"/> <common_v52_0:PhoneNumber Key="RxLzgRTqWDKAlOCOKAAAAA==" Type="Mobile" Location="SEL" CountryCode="82" Number="01022222222" Text="CLIENT CONNECT"> <common_v52_0:ProviderReservationInfoRef Key="RxLzgRTqWDKABPCOKAAAAA=="/> </common_v52_0:PhoneNumber> <common_v52_0:Email Key="RxLzgRTqWDKAoOCOKAAAAA==" Type="Home" EmailID="hsc97pi@daum.net"> <common_v52_0:ProviderReservationInfoRef Key="RxLzgRTqWDKABPCOKAAAAA=="/> </common_v52_0:Email> <common_v52_0:SSR Key="RxLzgRTqWDKAyOCOKAAAAA==" SegmentRef="g9/0gRSqWDKAf3UOKAAAAA==" Status="NO" Type="BFFF" FreeText="UA/ECOPARTREF" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKAzOCOKAAAAA==" SegmentRef="g9/0gRSqWDKAh3UOKAAAAA==" Status="NO" Type="BFFF" FreeText="UA/ECOPARTREF" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKAQ8QRKAAAAA==" Status="HK" Type="DOCS" FreeText="P/KR/S12345680/KR/02FEB12/M/01JAN26/HONG/GILSAMIC -1HONG/GILSAMIC MSTR" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA==" ElStat="A"/> <common_v52_0:NameRemark Key="RxLzgRTqWDKApOCOKAAAAA=="> <common_v52_0:RemarkData>P-C12 DOB02FEB12</common_v52_0:RemarkData> <common_v52_0:ProviderReservationInfoRef Key="RxLzgRTqWDKABPCOKAAAAA=="/> </common_v52_0:NameRemark> </common_v52_0:BookingTraveler> <common_v52_0:ActionStatus Key="RxLzgRTqWDKAqOCOKAAAAA==" Type="ACTIVE" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA==" ProviderCode="1G"/> <universal:ProviderReservationInfo Key="RxLzgRTqWDKABPCOKAAAAA==" ProviderCode="1G" LocatorCode="9FCXH1" CreateDate="2025-01-16T01:14:16.464+00:00" ModifiedDate="2025-01-16T02:28:13.597+00:00" HostCreateDate="2025-01-16" OwningPCC="3I2Y"/> <air:AirReservation xmlns:air="http://www.travelport.com/schema/air_v52_0" xmlns:common_v52_0="http://www.travelport.com/schema/common_v52_0" LocatorCode="2N81I8" CreateDate="2025-01-16T01:14:15.241+00:00" ModifiedDate="2025-01-16T02:28:13.597+00:00"> <common_v52_0:SupplierLocator SupplierCode="UA" SupplierLocatorCode="HD36E2" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA==" CreateDateTime="2025-01-16T01:27:00.000+00:00"/> <common_v52_0:BookingTravelerRef Key="RxLzgRTqWDKASOCOKAAAAA=="/> <common_v52_0:BookingTravelerRef Key="RxLzgRTqWDKAXOCOKAAAAA=="/> <common_v52_0:BookingTravelerRef Key="RxLzgRTqWDKAKOCOKAAAAA=="/> <common_v52_0:ProviderReservationInfoRef Key="RxLzgRTqWDKABPCOKAAAAA=="/> <air:AirSegment Key="g9/0gRSqWDKAf3UOKAAAAA==" Group="0" Carrier="UA" CabinClass="Economy" FlightNumber="806" ProviderCode="1G" Origin="ICN" Destination="SFO" DepartureTime="2025-01-23T12:45:00.000+09:00" ArrivalTime="2025-01-23T06:20:00.000-08:00" TravelTime="635" Distance="5636" ClassOfService="S" ETicketability="Yes" Equipment="789" Status="HK" ChangeOfPlane="false" GuaranteedPaymentCarrier="No" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA==" TravelOrder="1" ProviderSegmentOrder="1" OptionalServicesIndicator="false" AvailabilitySource="S" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="O and D cache or polled status used with different local status"> <air:FlightDetails Key="RxLzgRTqWDKAPPCOKAAAAA==" Origin="ICN" Destination="SFO" DepartureTime="2025-01-23T12:45:00.000+09:00" ArrivalTime="2025-01-23T06:20:00.000-08:00" FlightTime="635" TravelTime="635" Equipment="789" OriginTerminal="1" DestinationTerminal="I" AutomatedCheckin="false"/> <common_v52_0:SellMessage>DEPARTS ICN TERMINAL 1 - ARRIVES SFO TERMINAL I</common_v52_0:SellMessage> <common_v52_0:SellMessage>*ADV PAX FLT ARRIVES TERMINAL-I*</common_v52_0:SellMessage> <common_v52_0:SellMessage>*ADV PAX FLT DEPARTS TERMINAL-1*</common_v52_0:SellMessage> <common_v52_0:SellMessage>* BUSINESSFIRST OFFERED THIS FLIGHT*</common_v52_0:SellMessage> <common_v52_0:SellMessage>*CITY TERMINAL CHECK-IN SERVICE AVAILABLE IN SEOUL*</common_v52_0:SellMessage> </air:AirSegment> <air:AirSegment Key="g9/0gRSqWDKAh3UOKAAAAA==" Group="1" Carrier="UA" CabinClass="Economy" FlightNumber="893" ProviderCode="1G" Origin="SFO" Destination="ICN" DepartureTime="2025-01-30T10:30:00.000-08:00" ArrivalTime="2025-01-31T16:15:00.000+09:00" TravelTime="765" Distance="5636" ClassOfService="S" ETicketability="Yes" Equipment="777" Status="HK" ChangeOfPlane="false" GuaranteedPaymentCarrier="No" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA==" TravelOrder="2" ProviderSegmentOrder="2" OptionalServicesIndicator="false" AvailabilitySource="S" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="O and D cache or polled status used with different local status"> <air:FlightDetails Key="RxLzgRTqWDKADPCOKAAAAA==" Origin="SFO" Destination="ICN" DepartureTime="2025-01-30T10:30:00.000-08:00" ArrivalTime="2025-01-31T16:15:00.000+09:00" FlightTime="765" TravelTime="765" Equipment="777" OriginTerminal="I" DestinationTerminal="1" AutomatedCheckin="false"/> <common_v52_0:SellMessage>DEPARTS SFO TERMINAL I - ARRIVES ICN TERMINAL 1</common_v52_0:SellMessage> <common_v52_0:SellMessage>*ADV PAX FLT ARRIVES TERMINAL-1*</common_v52_0:SellMessage> <common_v52_0:SellMessage>*ADV PAX FLT DEPARTS TERMINAL-I*</common_v52_0:SellMessage> <common_v52_0:SellMessage>* BUSINESSFIRST OFFERED THIS FLIGHT*</common_v52_0:SellMessage> <common_v52_0:SellMessage>ADD ADVANCE PASSENGER INFORMATION SSRS DOCA/DOCO/DOCS</common_v52_0:SellMessage> <common_v52_0:SellMessage>PERSONAL DATA WHICH IS PROVIDED TO US IN CONNECTION</common_v52_0:SellMessage> <common_v52_0:SellMessage>WITH YOUR TRAVEL MAY BE PASSED TO GOVERNMENT AUTHORITIES</common_v52_0:SellMessage> <common_v52_0:SellMessage>FOR BORDER CONTROL AND AVIATION SECURITY PURPOSES</common_v52_0:SellMessage> </air:AirSegment> <air:AirPricingInfo Key="g9/0gRSqWDKAo3UOKAAAAA==" TotalPrice="KRW1870400" BasePrice="KRW1600000" ApproximateTotalPrice="KRW1870400" ApproximateBasePrice="KRW1600000" Taxes="KRW270400" LatestTicketingTime="2025-01-19T23:59:00.000+09:00" TrueLastDateToTicket="2025-01-19T23:59:00.000+09:00" PricingMethod="Guaranteed" Refundable="true" Exchangeable="true" IncludesVAT="false" ETicketability="Yes" ProviderCode="1G" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA==" AirPricingInfoGroup="1" PricingType="StoredFare" FareCalculationInd="G"> <air:FareInfo Key="RxLzgRTqWDKA7OCOKAAAAA==" FareBasis="SKKU0SDS" PassengerTypeCode="ADT" Origin="ICN" Destination="SFO" EffectiveDate="2025-01-16T00:00:00.000+09:00" Amount="NUC595.13" NegotiatedFare="false" PseudoCityCode="3I2Y"> <common_v52_0:Endorsement Value="REFUNDABLE/CXLFEE"/> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> </air:BaggageAllowance> <air:Brand Key="RxLzgRTqWDKA7OCOKAAAAA==" BrandID="1634391" Name="ECONOMY PARTIALLY REFUNDABLE" Carrier="UA" BrandTier="0004"> <air:Title Type="External" LanguageCode="EN">Economy Partially Refundable</air:Title> <air:Title Type="Short" LanguageCode="EN">ECOPARTREF</air:Title> <air:Text Type="ATPCO" LanguageCode="EN">//0CC/F/FIRST BAG//0CD/F/SECOND BAG//056/C/REFUNDS//059/F/CHANGEABLE TICKET//0B5/F/PRE-RESERVED SEAT ASSIGNMENT//0G6/C/PRIORITY BOARDING//057/F/MILEAGE ACCRUAL//058/C/UPGRADE ELIGIBILITY//010/F/CARRY-ON BAGGAGE//PSL/F/PERSONAL ITEM//PQC/F/PREMIUM QUALIFYING CREDIT//EPS/C/ECONOMY PLUS EXTRA LEG ROOM//</air:Text> <air:Text Type="Strapline" LanguageCode="EN">Economy Partially Refundable</air:Text> <air:OptionalServices> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0CC" Key="g9/0gRSqWDKAz3UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>First checked bag</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1545.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1545.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Checked bags</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">1x23kg</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">1x23kg</air:Text> <air:Title Type="External" LanguageCode="EN">First checked bag</air:Title> <air:Title Type="Short" LanguageCode="EN">Y,1,23,Bag</air:Title> </air:OptionalService> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0CD" Key="g9/0gRSqWDKA13UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Second bag</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82229.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82229.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Check in your bags for extra convenience</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Second bag</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Second bag</air:Text> <air:Title Type="External" LanguageCode="EN">Second bag</air:Title> <air:Title Type="Short" LanguageCode="EN">SecondBag</air:Title> </air:OptionalService> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="010" Key="g9/0gRSqWDKA33UOKAAAAA==" SecondaryType="CY" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Carry on baggage</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1544.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1544.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Taking bags on board</air:Text> <air:Title Type="External" LanguageCode="EN">Carry on baggage</air:Title> <air:Title Type="Short" LanguageCode="EN">Carry bags</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="PSL" Key="g9/0gRSqWDKA63UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Personal item</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82230.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82230.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Taking bags on board</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Personal Item (9 in x 10 in x 17 in) that can fit under the seat in front of you.</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Personal Item (9 in x 10 in x 17 in) that can fit under the seat in front of you.</air:Text> <air:Title Type="External" LanguageCode="EN">Personal item</air:Title> <air:Title Type="Short" LanguageCode="EN">SmlBG</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="057" Key="g9/0gRSqWDKA73UOKAAAAA==" SecondaryType="FR" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Mileage accrual</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1547.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1547.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Earn and save</air:Text> <air:Title Type="External" LanguageCode="EN">Mileage accrual</air:Title> <air:Title Type="Short" LanguageCode="EN">Miles</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="PQC" Key="g9/0gRSqWDKA83UOKAAAAA==" SecondaryType="FR" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Premium qualifying credit</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_85125.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_85125.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Earn and save</air:Text> <air:Title Type="External" LanguageCode="EN">Premium qualifying credit</air:Title> <air:Title Type="Short" LanguageCode="EN">PremCrdt</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="059" Key="g9/0gRSqWDKA93UOKAAAAA==" SecondaryType="VC" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Rebooking</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1554.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1554.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Making changes to your reservation</air:Text> <air:Title Type="External" LanguageCode="EN">Rebooking</air:Title> <air:Title Type="Short" LanguageCode="EN">Rebooking</air:Title> </air:OptionalService> <air:OptionalService Type="PreReservedSeatAssignment" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0B5" Key="g9/0gRSqWDKAB4UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Seat assignment</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1556.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1556.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Flight"/> <air:Text Type="Strapline" LanguageCode="EN">Pre reserve your preferred seat</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text> <air:Title Type="External" LanguageCode="EN">Seat assignment</air:Title> <air:Title Type="Short" LanguageCode="EN">Seating</air:Title> </air:OptionalService> </air:OptionalServices> </air:Brand> </air:FareInfo> <air:FareInfo Key="RxLzgRTqWDKA8OCOKAAAAA==" FareBasis="SKKU0SDS" PassengerTypeCode="ADT" Origin="SFO" Destination="ICN" EffectiveDate="2025-01-16T00:00:00.000+09:00" Amount="NUC595.13" NegotiatedFare="false" NotValidBefore="2025-01-23" PseudoCityCode="3I2Y"> <common_v52_0:Endorsement Value="REFUNDABLE/CXLFEE"/> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> </air:BaggageAllowance> <air:Brand Key="RxLzgRTqWDKA8OCOKAAAAA==" BrandID="1634391" Name="ECONOMY PARTIALLY REFUNDABLE" Carrier="UA" BrandTier="0004"> <air:Title Type="External" LanguageCode="EN">Economy Partially Refundable</air:Title> <air:Title Type="Short" LanguageCode="EN">ECOPARTREF</air:Title> <air:Text Type="ATPCO" LanguageCode="EN">//0CC/F/FIRST BAG//0CD/F/SECOND BAG//056/C/REFUNDS//059/F/CHANGEABLE TICKET//0B5/F/PRE-RESERVED SEAT ASSIGNMENT//0G6/C/PRIORITY BOARDING//057/F/MILEAGE ACCRUAL//058/C/UPGRADE ELIGIBILITY//010/F/CARRY-ON BAGGAGE//PSL/F/PERSONAL ITEM//PQC/F/PREMIUM QUALIFYING CREDIT//EPS/C/ECONOMY PLUS EXTRA LEG ROOM//</air:Text> <air:Text Type="Strapline" LanguageCode="EN">Economy Partially Refundable</air:Text> <air:OptionalServices> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0CC" Key="g9/0gRSqWDKAI4UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>First checked bag</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1545.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1545.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Checked bags</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">1x23kg</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">1x23kg</air:Text> <air:Title Type="External" LanguageCode="EN">First checked bag</air:Title> <air:Title Type="Short" LanguageCode="EN">Y,1,23,Bag</air:Title> </air:OptionalService> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0CD" Key="g9/0gRSqWDKAK4UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Second bag</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82229.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82229.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Check in your bags for extra convenience</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Second bag</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Second bag</air:Text> <air:Title Type="External" LanguageCode="EN">Second bag</air:Title> <air:Title Type="Short" LanguageCode="EN">SecondBag</air:Title> </air:OptionalService> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="010" Key="g9/0gRSqWDKAM4UOKAAAAA==" SecondaryType="CY" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Carry on baggage</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1544.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1544.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Taking bags on board</air:Text> <air:Title Type="External" LanguageCode="EN">Carry on baggage</air:Title> <air:Title Type="Short" LanguageCode="EN">Carry bags</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="PSL" Key="g9/0gRSqWDKAP4UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Personal item</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82230.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82230.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Taking bags on board</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Personal Item (9 in x 10 in x 17 in) that can fit under the seat in front of you.</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Personal Item (9 in x 10 in x 17 in) that can fit under the seat in front of you.</air:Text> <air:Title Type="External" LanguageCode="EN">Personal item</air:Title> <air:Title Type="Short" LanguageCode="EN">SmlBG</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="057" Key="g9/0gRSqWDKAQ4UOKAAAAA==" SecondaryType="FR" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Mileage accrual</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1547.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1547.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Earn and save</air:Text> <air:Title Type="External" LanguageCode="EN">Mileage accrual</air:Title> <air:Title Type="Short" LanguageCode="EN">Miles</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="PQC" Key="g9/0gRSqWDKAR4UOKAAAAA==" SecondaryType="FR" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Premium qualifying credit</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_85125.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_85125.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Earn and save</air:Text> <air:Title Type="External" LanguageCode="EN">Premium qualifying credit</air:Title> <air:Title Type="Short" LanguageCode="EN">PremCrdt</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="059" Key="g9/0gRSqWDKAS4UOKAAAAA==" SecondaryType="VC" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Rebooking</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1554.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1554.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Making changes to your reservation</air:Text> <air:Title Type="External" LanguageCode="EN">Rebooking</air:Title> <air:Title Type="Short" LanguageCode="EN">Rebooking</air:Title> </air:OptionalService> <air:OptionalService Type="PreReservedSeatAssignment" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0B5" Key="g9/0gRSqWDKAW4UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Seat assignment</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1556.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1556.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Flight"/> <air:Text Type="Strapline" LanguageCode="EN">Pre reserve your preferred seat</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text> <air:Title Type="External" LanguageCode="EN">Seat assignment</air:Title> <air:Title Type="Short" LanguageCode="EN">Seating</air:Title> </air:OptionalService> </air:OptionalServices> </air:Brand> </air:FareInfo> <air:BookingInfo BookingCode="S" CabinClass="Economy" FareInfoRef="RxLzgRTqWDKA7OCOKAAAAA==" SegmentRef="g9/0gRSqWDKAf3UOKAAAAA=="/> <air:BookingInfo BookingCode="S" CabinClass="Economy" FareInfoRef="RxLzgRTqWDKA8OCOKAAAAA==" SegmentRef="g9/0gRSqWDKAh3UOKAAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW25000" Key="g9/0gRSqWDKAp3UOKAAAAA=="/> <air:TaxInfo Category="AY" Amount="KRW7800" Key="g9/0gRSqWDKAq3UOKAAAAA=="/> <air:TaxInfo Category="US" Amount="KRW61800" Key="g9/0gRSqWDKAr3UOKAAAAA=="/> <air:TaxInfo Category="XA" Amount="KRW5200" Key="g9/0gRSqWDKAs3UOKAAAAA=="/> <air:TaxInfo Category="XF" Amount="KRW6300" Key="g9/0gRSqWDKAt3UOKAAAAA=="> <common_v52_0:TaxDetail Amount="USD5" OriginAirport="SFO"/> </air:TaxInfo> <air:TaxInfo Category="XY" Amount="KRW9800" Key="g9/0gRSqWDKAu3UOKAAAAA=="/> <air:TaxInfo Category="YC" Amount="KRW10100" Key="g9/0gRSqWDKAv3UOKAAAAA=="/> <air:TaxInfo Category="YQ" Amount="KRW144400" Key="g9/0gRSqWDKAw3UOKAAAAA=="/> <air:FareCalc>SEL UA SFO 595.13SKKU0SDS UA SEL 595.13SKKU0SDS NUC1190.26END ROE1344.23464</air:FareCalc> <air:PassengerType Code="ADT" BookingTravelerRef="RxLzgRTqWDKASOCOKAAAAA=="> <air:FareGuaranteeInfo GuaranteeDate="2025-01-16" GuaranteeType="Guaranteed"/> </air:PassengerType> <air:PassengerType Code="ADT" BookingTravelerRef="RxLzgRTqWDKAXOCOKAAAAA=="> <air:FareGuaranteeInfo GuaranteeDate="2025-01-16" GuaranteeType="Guaranteed"/> </air:PassengerType> <common_v52_0:BookingTravelerRef Key="RxLzgRTqWDKASOCOKAAAAA=="/> <common_v52_0:BookingTravelerRef Key="RxLzgRTqWDKAXOCOKAAAAA=="/> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Percentage>0.00</air:Percentage> </air:ChangePenalty> <air:CancelPenalty NoShow="true" PenaltyApplies="Anytime"> <air:Amount>KRW300000</air:Amount> </air:CancelPenalty> <air:AirPricingModifiers ProhibitAdvancePurchaseFares="false" ProhibitNonRefundableFares="false" ProhibitRestrictedFares="false" FaresIndicator="AllFares" ProhibitMaxStayFares="false" ProhibitMinStayFares="false"/> <air:TicketingModifiersRef Key="RxLzgRTqWDKANPCOKAAAAA=="/> </air:AirPricingInfo> <air:AirPricingInfo Key="g9/0gRSqWDKAd4UOKAAAAA==" TotalPrice="KRW1463400" BasePrice="KRW1200000" ApproximateTotalPrice="KRW1463400" ApproximateBasePrice="KRW1200000" Taxes="KRW263400" LatestTicketingTime="2025-01-19T23:59:00.000+09:00" TrueLastDateToTicket="2025-01-19T23:59:00.000+09:00" PricingMethod="Guaranteed" Refundable="true" Exchangeable="true" IncludesVAT="false" ETicketability="Yes" ProviderCode="1G" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA==" AirPricingInfoGroup="2" PricingType="StoredFare" FareCalculationInd="G"> <air:FareInfo Key="RxLzgRTqWDKA9OCOKAAAAA==" FareBasis="SKKU0SDS" PassengerTypeCode="CNN" Origin="ICN" Destination="SFO" EffectiveDate="2025-01-16T00:00:00.000+09:00" Amount="NUC446.35" NegotiatedFare="false" PseudoCityCode="3I2Y"> <air:FareTicketDesignator Value="CH"/> <common_v52_0:Endorsement Value="REFUNDABLE/CXLFEE"/> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> </air:BaggageAllowance> <air:Brand Key="RxLzgRTqWDKA9OCOKAAAAA==" BrandID="1634391" Name="ECONOMY PARTIALLY REFUNDABLE" Carrier="UA" BrandTier="0004"> <air:Title Type="External" LanguageCode="EN">Economy Partially Refundable</air:Title> <air:Title Type="Short" LanguageCode="EN">ECOPARTREF</air:Title> <air:Text Type="ATPCO" LanguageCode="EN">//0CC/F/FIRST BAG//0CD/F/SECOND BAG//056/C/REFUNDS//059/F/CHANGEABLE TICKET//0B5/F/PRE-RESERVED SEAT ASSIGNMENT//0G6/C/PRIORITY BOARDING//057/F/MILEAGE ACCRUAL//058/C/UPGRADE ELIGIBILITY//010/F/CARRY-ON BAGGAGE//PSL/F/PERSONAL ITEM//PQC/F/PREMIUM QUALIFYING CREDIT//EPS/C/ECONOMY PLUS EXTRA LEG ROOM//</air:Text> <air:Text Type="Strapline" LanguageCode="EN">Economy Partially Refundable</air:Text> <air:OptionalServices> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="010" Key="g9/0gRSqWDKAs4UOKAAAAA==" SecondaryType="CY" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Carry on baggage</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1544.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1544.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Taking bags on board</air:Text> <air:Title Type="External" LanguageCode="EN">Carry on baggage</air:Title> <air:Title Type="Short" LanguageCode="EN">Carry bags</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="PSL" Key="g9/0gRSqWDKAv4UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Personal item</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82230.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82230.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Taking bags on board</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Personal Item (9 in x 10 in x 17 in) that can fit under the seat in front of you.</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Personal Item (9 in x 10 in x 17 in) that can fit under the seat in front of you.</air:Text> <air:Title Type="External" LanguageCode="EN">Personal item</air:Title> <air:Title Type="Short" LanguageCode="EN">SmlBG</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="057" Key="g9/0gRSqWDKAw4UOKAAAAA==" SecondaryType="FR" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Mileage accrual</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1547.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1547.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Earn and save</air:Text> <air:Title Type="External" LanguageCode="EN">Mileage accrual</air:Title> <air:Title Type="Short" LanguageCode="EN">Miles</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="PQC" Key="g9/0gRSqWDKAx4UOKAAAAA==" SecondaryType="FR" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Premium qualifying credit</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_85125.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_85125.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Earn and save</air:Text> <air:Title Type="External" LanguageCode="EN">Premium qualifying credit</air:Title> <air:Title Type="Short" LanguageCode="EN">PremCrdt</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="059" Key="g9/0gRSqWDKAy4UOKAAAAA==" SecondaryType="VC" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Rebooking</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1554.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1554.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Making changes to your reservation</air:Text> <air:Title Type="External" LanguageCode="EN">Rebooking</air:Title> <air:Title Type="Short" LanguageCode="EN">Rebooking</air:Title> </air:OptionalService> <air:OptionalService Type="PreReservedSeatAssignment" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0B5" Key="g9/0gRSqWDKA24UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Seat assignment</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1556.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1556.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Flight"/> <air:Text Type="Strapline" LanguageCode="EN">Pre reserve your preferred seat</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text> <air:Title Type="External" LanguageCode="EN">Seat assignment</air:Title> <air:Title Type="Short" LanguageCode="EN">Seating</air:Title> </air:OptionalService> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0CC" Key="g9/0gRSqWDKAo4UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>First checked bag</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1545.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1545.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Checked bags</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">1x23kg</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">1x23kg</air:Text> <air:Title Type="External" LanguageCode="EN">First checked bag</air:Title> <air:Title Type="Short" LanguageCode="EN">Y,1,23,Bag</air:Title> </air:OptionalService> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0CD" Key="g9/0gRSqWDKAq4UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Second bag</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82229.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82229.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Check in your bags for extra convenience</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Second bag</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Second bag</air:Text> <air:Title Type="External" LanguageCode="EN">Second bag</air:Title> <air:Title Type="Short" LanguageCode="EN">SecondBag</air:Title> </air:OptionalService> </air:OptionalServices> </air:Brand> </air:FareInfo> <air:FareInfo Key="RxLzgRTqWDKA+OCOKAAAAA==" FareBasis="SKKU0SDS" PassengerTypeCode="CNN" Origin="SFO" Destination="ICN" EffectiveDate="2025-01-16T00:00:00.000+09:00" Amount="NUC446.35" NegotiatedFare="false" NotValidBefore="2025-01-23" PseudoCityCode="3I2Y"> <air:FareTicketDesignator Value="CH"/> <common_v52_0:Endorsement Value="REFUNDABLE/CXLFEE"/> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> </air:BaggageAllowance> <air:Brand Key="RxLzgRTqWDKA+OCOKAAAAA==" BrandID="1634391" Name="ECONOMY PARTIALLY REFUNDABLE" Carrier="UA" BrandTier="0004"> <air:Title Type="External" LanguageCode="EN">Economy Partially Refundable</air:Title> <air:Title Type="Short" LanguageCode="EN">ECOPARTREF</air:Title> <air:Text Type="ATPCO" LanguageCode="EN">//0CC/F/FIRST BAG//0CD/F/SECOND BAG//056/C/REFUNDS//059/F/CHANGEABLE TICKET//0B5/F/PRE-RESERVED SEAT ASSIGNMENT//0G6/C/PRIORITY BOARDING//057/F/MILEAGE ACCRUAL//058/C/UPGRADE ELIGIBILITY//010/F/CARRY-ON BAGGAGE//PSL/F/PERSONAL ITEM//PQC/F/PREMIUM QUALIFYING CREDIT//EPS/C/ECONOMY PLUS EXTRA LEG ROOM//</air:Text> <air:Text Type="Strapline" LanguageCode="EN">Economy Partially Refundable</air:Text> <air:OptionalServices> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0CC" Key="g9/0gRSqWDKA94UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>First checked bag</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1545.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1545.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Checked bags</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">1x23kg</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">1x23kg</air:Text> <air:Title Type="External" LanguageCode="EN">First checked bag</air:Title> <air:Title Type="Short" LanguageCode="EN">Y,1,23,Bag</air:Title> </air:OptionalService> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0CD" Key="g9/0gRSqWDKA/4UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Second bag</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82229.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82229.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Check in your bags for extra convenience</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Second bag</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Second bag</air:Text> <air:Title Type="External" LanguageCode="EN">Second bag</air:Title> <air:Title Type="Short" LanguageCode="EN">SecondBag</air:Title> </air:OptionalService> <air:OptionalService Type="Baggage" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="010" Key="g9/0gRSqWDKAB5UOKAAAAA==" SecondaryType="CY" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Carry on baggage</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1544.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1544.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Chargeable Baggage"/> <air:Text Type="Strapline" LanguageCode="EN">Taking bags on board</air:Text> <air:Title Type="External" LanguageCode="EN">Carry on baggage</air:Title> <air:Title Type="Short" LanguageCode="EN">Carry bags</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="PSL" Key="g9/0gRSqWDKAE5UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Personal item</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82230.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_82230.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Taking bags on board</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Personal Item (9 in x 10 in x 17 in) that can fit under the seat in front of you.</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Personal Item (9 in x 10 in x 17 in) that can fit under the seat in front of you.</air:Text> <air:Title Type="External" LanguageCode="EN">Personal item</air:Title> <air:Title Type="Short" LanguageCode="EN">SmlBG</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="057" Key="g9/0gRSqWDKAF5UOKAAAAA==" SecondaryType="FR" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Mileage accrual</common_v52_0:Description> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1547.jpg"/> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1547.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Earn and save</air:Text> <air:Title Type="External" LanguageCode="EN">Mileage accrual</air:Title> <air:Title Type="Short" LanguageCode="EN">Miles</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="PQC" Key="g9/0gRSqWDKAG5UOKAAAAA==" SecondaryType="FR" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Premium qualifying credit</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_85125.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_85125.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Earn and save</air:Text> <air:Title Type="External" LanguageCode="EN">Premium qualifying credit</air:Title> <air:Title Type="Short" LanguageCode="EN">PremCrdt</air:Title> </air:OptionalService> <air:OptionalService Type="Branded Fares" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="059" Key="g9/0gRSqWDKAH5UOKAAAAA==" SecondaryType="VC" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Rebooking</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1554.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1554.jpg"/> </common_v52_0:ServiceInfo> <air:Text Type="Strapline" LanguageCode="EN">Making changes to your reservation</air:Text> <air:Title Type="External" LanguageCode="EN">Rebooking</air:Title> <air:Title Type="Short" LanguageCode="EN">Rebooking</air:Title> </air:OptionalService> <air:OptionalService Type="PreReservedSeatAssignment" CreateDate="2025-01-16T01:27:14.899+00:00" ServiceSubCode="0B5" Key="g9/0gRSqWDKAL5UOKAAAAA==" Chargeable="Included in the brand"> <common_v52_0:ServiceInfo> <common_v52_0:Description>Seat assignment</common_v52_0:Description> <common_v52_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1556.jpg"/> <common_v52_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/united/UA_general_medium_1556.jpg"/> </common_v52_0:ServiceInfo> <air:EMD AssociatedItem="Flight"/> <air:Text Type="Strapline" LanguageCode="EN">Pre reserve your preferred seat</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text> <air:Text Type="MarketingConsumer" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text> <air:Title Type="External" LanguageCode="EN">Seat assignment</air:Title> <air:Title Type="Short" LanguageCode="EN">Seating</air:Title> </air:OptionalService> </air:OptionalServices> </air:Brand> </air:FareInfo> <air:BookingInfo BookingCode="S" CabinClass="Economy" FareInfoRef="RxLzgRTqWDKA9OCOKAAAAA==" SegmentRef="g9/0gRSqWDKAf3UOKAAAAA=="/> <air:BookingInfo BookingCode="S" CabinClass="Economy" FareInfoRef="RxLzgRTqWDKA+OCOKAAAAA==" SegmentRef="g9/0gRSqWDKAh3UOKAAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW18000" Key="g9/0gRSqWDKAe4UOKAAAAA=="/> <air:TaxInfo Category="AY" Amount="KRW7800" Key="g9/0gRSqWDKAf4UOKAAAAA=="/> <air:TaxInfo Category="US" Amount="KRW61800" Key="g9/0gRSqWDKAg4UOKAAAAA=="/> <air:TaxInfo Category="XA" Amount="KRW5200" Key="g9/0gRSqWDKAh4UOKAAAAA=="/> <air:TaxInfo Category="XF" Amount="KRW6300" Key="g9/0gRSqWDKAi4UOKAAAAA=="> <common_v52_0:TaxDetail Amount="USD5" OriginAirport="SFO"/> </air:TaxInfo> <air:TaxInfo Category="XY" Amount="KRW9800" Key="g9/0gRSqWDKAj4UOKAAAAA=="/> <air:TaxInfo Category="YC" Amount="KRW10100" Key="g9/0gRSqWDKAk4UOKAAAAA=="/> <air:TaxInfo Category="YQ" Amount="KRW144400" Key="g9/0gRSqWDKAl4UOKAAAAA=="/> <air:FareCalc>SEL UA SFO 446.35SKKU0SDS/CH UA SEL 446.35SKKU0SDS/CH NUC892.70END ROE1344.23464</air:FareCalc> <air:PassengerType Code="CNN" Age="10" BookingTravelerRef="RxLzgRTqWDKAKOCOKAAAAA=="> <air:FareGuaranteeInfo GuaranteeDate="2025-01-16" GuaranteeType="Guaranteed"/> </air:PassengerType> <common_v52_0:BookingTravelerRef Key="RxLzgRTqWDKAKOCOKAAAAA=="/> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Percentage>0.00</air:Percentage> </air:ChangePenalty> <air:CancelPenalty NoShow="true" PenaltyApplies="Anytime"> <air:Amount>KRW300000</air:Amount> </air:CancelPenalty> <air:AirPricingModifiers ProhibitAdvancePurchaseFares="false" ProhibitNonRefundableFares="false" ProhibitRestrictedFares="false" FaresIndicator="AllFares" ProhibitMaxStayFares="false" ProhibitMinStayFares="false"/> <air:TicketingModifiersRef Key="RxLzgRTqWDKAOPCOKAAAAA=="/> </air:AirPricingInfo> <air:TicketingModifiers PlatingCarrier="UA" Key="RxLzgRTqWDKANPCOKAAAAA=="> <air:DocumentSelect IssueElectronicTicket="true"/> </air:TicketingModifiers> <air:TicketingModifiers PlatingCarrier="UA" Key="RxLzgRTqWDKAOPCOKAAAAA=="> <air:DocumentSelect IssueElectronicTicket="true"/> </air:TicketingModifiers> </air:AirReservation> <common_v52_0:GeneralRemark Key="IdJ2gRVqWDKAqqwNKAAAAA==" Category="Vendor" TypeInGds="Vendor" SupplierType="Air" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA==" SupplierCode="UA" Direction="Incoming" CreateDate="2025-01-16T01:35:00.000+00:00"> <common_v52_0:RemarkData>ADTK1GKK3.TKT UA SEGS BY 22JAN25 TO AVOID AUTO CXL /EARLIER</common_v52_0:RemarkData> </common_v52_0:GeneralRemark> <common_v52_0:GeneralRemark Key="IdJ2gRVqWDKArqwNKAAAAA==" Category="Vendor" TypeInGds="Vendor" SupplierType="Air" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA==" SupplierCode="UA" Direction="Incoming" CreateDate="2025-01-16T01:35:00.000+00:00"> <common_v52_0:RemarkData>ADTK1GKK3 .TICKETING MAY BE REQUIRED BY FARE RULE</common_v52_0:RemarkData> </common_v52_0:GeneralRemark> <common_v52_0:AgencyInfo> <common_v52_0:AgentAction ActionType="Created" AgentCode="uAPI1002689662-71d449f7" BranchCode="P7076832" AgencyCode="S7076825" EventTime="2025-01-16T01:14:12.401+00:00"/> <common_v52_0:AgentAction ActionType="Modified" AgentCode="uAPI1002689662-71d449f7" BranchCode="P7076832" AgencyCode="S7076825" EventTime="2025-01-16T02:28:13.597+00:00"/> </common_v52_0:AgencyInfo> <common_v52_0:SSR Key="RxLzgRTqWDKA0OCOKAAAAA==" Status="HK" Type="CTCM" FreeText="/01022222222-1HONG/GILNAM MR" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKA1OCOKAAAAA==" Status="HK" Type="CTCE" FreeText="/HSC97PI//DAUM.NET-1HONG/GILNAM MR" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKA2OCOKAAAAA==" Status="HK" Type="CTCM" FreeText="/01022222222-1HONG/GILLEESA MR" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKA3OCOKAAAAA==" Status="HK" Type="CTCE" FreeText="/HSC97PI//DAUM.NET-1HONG/GILLEESA MR" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKA4OCOKAAAAA==" Status="HK" Type="CTCM" FreeText="/01022222222-1HONG/GILSAMIC MSTR" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKA5OCOKAAAAA==" Status="HK" Type="CTCE" FreeText="/HSC97PI//DAUM.NET-1HONG/GILSAMIC MSTR" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> <common_v52_0:SSR Key="RxLzgRTqWDKA6OCOKAAAAA==" Status="HK" Type="CHLD" FreeText="/02FEB12-1HONG/GILSAMIC MSTR" Carrier="UA" ProviderReservationInfoRef="RxLzgRTqWDKABPCOKAAAAA=="/> </universal:UniversalRecord> </universal:UniversalRecordModifyRsp> </SOAP:Body> </SOAP:Envelope> |